Class IntToIntFunctions.IncrementIntToIntFunction
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.IntToIntFunctions.IncrementIntToIntFunction
- All Implemented Interfaces:
Serializable
,IntUnaryOperator
,IntToIntFunction
- Enclosing class:
IntToIntFunctions
private static class IntToIntFunctions.IncrementIntToIntFunction
extends Object
implements IntToIntFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.function.primitive.IntToIntFunction
applyAsInt
Methods inherited from interface java.util.function.IntUnaryOperator
andThen, compose
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IncrementIntToIntFunction
private IncrementIntToIntFunction()
-
-
Method Details
-
valueOf
public int valueOf(int intParameter) - Specified by:
valueOf
in interfaceIntToIntFunction
-