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 longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateIntegerPassThruFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intintValueOf(java.lang.Integer each)java.lang.StringtoString()java.lang.IntegervalueOf(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:
intValueOfin interfaceIntFunction<java.lang.Integer>
-
valueOf
public java.lang.Integer valueOf(java.lang.Integer each)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-