Class Load

  • All Implemented Interfaces:
    java.util.function.IntUnaryOperator

    public class Load
    extends java.lang.Object
    implements java.util.function.IntUnaryOperator
    • Constructor Summary

      Constructors 
      Constructor Description
      Load​(java.lang.String name)  
      Load​(java.lang.String name, int defaultValue)  
      Load​(java.util.function.Function<java.lang.Object,​java.lang.Object> nameFunc)  
      Load​(java.util.function.Function<java.lang.Object,​java.lang.Object> nameFunc, int defaultValue)  
    • Method Summary

      Modifier and Type Method Description
      int applyAsInt​(int operand)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.IntUnaryOperator

        andThen, compose
    • Constructor Detail

      • Load

        public Load​(java.lang.String name)
      • Load

        public Load​(java.lang.String name,
                    int defaultValue)
      • Load

        public Load​(java.util.function.Function<java.lang.Object,​java.lang.Object> nameFunc)
      • Load

        public Load​(java.util.function.Function<java.lang.Object,​java.lang.Object> nameFunc,
                    int defaultValue)
    • Method Detail

      • applyAsInt

        public int applyAsInt​(int operand)
        Specified by:
        applyAsInt in interface java.util.function.IntUnaryOperator