Interface OptionDecoder<T>

All Superinterfaces:
OptionDecoderParam<T,Void>, TrinaryFunction<String,Void,Options,T>
All Known Implementing Classes:
OptionsImpl.DefaultChainBooleanDecoder, OptionsImpl.DefaultingBooleanDecoder, OptionsImpl.DefaultingIntDecoder, OptionsImpl.DefaultNullEnumDecoder

public interface OptionDecoder<T> extends OptionDecoderParam<T,Void>