Class Functions.IntegerPassThruFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.IntegerPassThruFunction
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Function<java.lang.Integer,java.lang.Integer>
,java.util.function.ToIntFunction<java.lang.Integer>
,Function<java.lang.Integer,java.lang.Integer>
,IntFunction<java.lang.Integer>
- Enclosing class:
- Functions
private static class Functions.IntegerPassThruFunction extends java.lang.Object implements Function<java.lang.Integer,java.lang.Integer>, IntFunction<java.lang.Integer>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
IntegerPassThruFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
intValueOf(java.lang.Integer each)
java.lang.String
toString()
java.lang.Integer
valueOf(java.lang.Integer each)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.function.primitive.IntFunction
applyAsInt
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
intValueOf
public int intValueOf(java.lang.Integer each)
- Specified by:
intValueOf
in interfaceIntFunction<java.lang.Integer>
-
valueOf
public java.lang.Integer valueOf(java.lang.Integer each)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-