Uses of Interface
org.benf.cfr.reader.util.functors.TrinaryFunction
-
Packages that use TrinaryFunction Package Description org.benf.cfr.reader.util.getopt -
-
Uses of TrinaryFunction in org.benf.cfr.reader.util.getopt
Subinterfaces of TrinaryFunction in org.benf.cfr.reader.util.getopt Modifier and Type Interface Description interface
OptionDecoder<T>
interface
OptionDecoderParam<T,ARG>
Classes in org.benf.cfr.reader.util.getopt that implement TrinaryFunction Modifier and Type Class Description private static class
OptionsImpl.DefaultChainBooleanDecoder
private static class
OptionsImpl.DefaultingBooleanDecoder
private static class
OptionsImpl.DefaultingIntDecoder
private static class
OptionsImpl.DefaultNullEnumDecoder<EnumType extends java.lang.Enum<EnumType>>
static class
OptionsImpl.ExperimentalVersionSpecificDefaulter
private static class
OptionsImpl.VersionSpecificDefaulter
-