Class IntToIntFunctions.AddIntToIntFunction

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.IntUnaryOperator, IntToIntFunction
    Enclosing class:
    IntToIntFunctions

    private static final class IntToIntFunctions.AddIntToIntFunction
    extends java.lang.Object
    implements IntToIntFunction
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AddIntToIntFunction​(int intToAdd)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int valueOf​(int intParameter)  
      • 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
    • Field Detail

      • intToAdd

        private final int intToAdd
    • Constructor Detail

      • AddIntToIntFunction

        private AddIntToIntFunction​(int intToAdd)