Class IntToIntFunctions.DecrementIntToIntFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.IntToIntFunctions.DecrementIntToIntFunction
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.IntUnaryOperator
,IntToIntFunction
- Enclosing class:
- IntToIntFunctions
private static class IntToIntFunctions.DecrementIntToIntFunction extends java.lang.Object implements IntToIntFunction
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
DecrementIntToIntFunction()
-
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 org.eclipse.collections.api.block.function.primitive.IntToIntFunction
applyAsInt
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
valueOf
public int valueOf(int intParameter)
- Specified by:
valueOf
in interfaceIntToIntFunction
-
-