Class PrimitiveFunctions.UnboxNumberToDouble
java.lang.Object
org.eclipse.collections.impl.block.factory.PrimitiveFunctions.UnboxNumberToDouble
- All Implemented Interfaces:
Serializable
,ToDoubleFunction<Number>
,DoubleFunction<Number>
- Enclosing class:
PrimitiveFunctions
private static class PrimitiveFunctions.UnboxNumberToDouble
extends Object
implements DoubleFunction<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.DoubleFunction
applyAsDouble
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnboxNumberToDouble
private UnboxNumberToDouble()
-
-
Method Details
-
doubleValueOf
- Specified by:
doubleValueOf
in interfaceDoubleFunction<Number>
-