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