Class IntToIntFunctions.SubtractIntToIntFunction

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

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

      Constructors 
      Modifier Constructor Description
      private SubtractIntToIntFunction​(int intToSubtract)  
    • 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

      • intToSubtract

        private final int intToSubtract
    • Constructor Detail

      • SubtractIntToIntFunction

        private SubtractIntToIntFunction​(int intToSubtract)