Class PrimitiveFunctions.UnboxIntegerToInt
java.lang.Object
org.eclipse.collections.impl.block.factory.PrimitiveFunctions.UnboxIntegerToInt
- All Implemented Interfaces:
Serializable
,ToIntFunction<Integer>
,IntFunction<Integer>
- Enclosing class:
PrimitiveFunctions
private static class PrimitiveFunctions.UnboxIntegerToInt
extends Object
implements IntFunction<Integer>
-
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.IntFunction
applyAsInt
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnboxIntegerToInt
private UnboxIntegerToInt()
-
-
Method Details
-
intValueOf
- Specified by:
intValueOf
in interfaceIntFunction<Integer>
-