Class OptionsImpl.DefaultingIntDecoder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Integer defaultValue  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DefaultingIntDecoder​(java.lang.Integer defaultValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDefaultValue()  
      java.lang.String getRangeDescription()  
      java.lang.Integer 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

      • defaultValue

        final java.lang.Integer defaultValue
    • Constructor Detail

      • DefaultingIntDecoder

        private DefaultingIntDecoder​(java.lang.Integer defaultValue)
    • Method Detail

      • invoke

        public java.lang.Integer 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.Integer>