Interface TrinaryFunction<X,Y,Z,R>
-
- All Known Subinterfaces:
OptionDecoder<T>
,OptionDecoderParam<T,ARG>
- All Known Implementing Classes:
OptionsImpl.DefaultChainBooleanDecoder
,OptionsImpl.DefaultingBooleanDecoder
,OptionsImpl.DefaultingIntDecoder
,OptionsImpl.DefaultNullEnumDecoder
,OptionsImpl.ExperimentalVersionSpecificDefaulter
,OptionsImpl.VersionSpecificDefaulter
public interface TrinaryFunction<X,Y,Z,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
invoke(X arg1, Y arg2, Z arg3)
-