Class PrimitiveFunctions.UnboxNumberToInt
java.lang.Object
org.eclipse.collections.impl.block.factory.PrimitiveFunctions.UnboxNumberToInt
- All Implemented Interfaces:
Serializable
,ToIntFunction<Number>
,IntFunction<Number>
- Enclosing class:
PrimitiveFunctions
private static class PrimitiveFunctions.UnboxNumberToInt
extends Object
implements IntFunction<Number>
-
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
-
UnboxNumberToInt
private UnboxNumberToInt()
-
-
Method Details
-
intValueOf
- Specified by:
intValueOf
in interfaceIntFunction<Number>
-