Class OptionsImpl.DefaultingBooleanDecoder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean val  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDefaultValue()  
      java.lang.String getRangeDescription()  
      java.lang.Boolean invoke​(java.lang.String arg, java.lang.Void ignore, Options ignore2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • val

        private final boolean val
    • Constructor Detail

      • DefaultingBooleanDecoder

        DefaultingBooleanDecoder​(boolean val)
    • Method Detail

      • invoke

        public java.lang.Boolean invoke​(java.lang.String arg,
                                        java.lang.Void ignore,
                                        Options ignore2)
        Specified by:
        invoke in interface TrinaryFunction<java.lang.String,​java.lang.Void,​Options,​java.lang.Boolean>