Class PrimitiveFunctions.UnboxNumberToLong
java.lang.Object
org.eclipse.collections.impl.block.factory.PrimitiveFunctions.UnboxNumberToLong
- All Implemented Interfaces:
Serializable
,ToLongFunction<Number>
,LongFunction<Number>
- Enclosing class:
PrimitiveFunctions
private static class PrimitiveFunctions.UnboxNumberToLong
extends Object
implements LongFunction<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.LongFunction
applyAsLong
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnboxNumberToLong
private UnboxNumberToLong()
-
-
Method Details
-
longValueOf
- Specified by:
longValueOf
in interfaceLongFunction<Number>
-