Class PrimitiveFunctions.UnboxDoubleToDouble
java.lang.Object
org.eclipse.collections.impl.block.factory.PrimitiveFunctions.UnboxDoubleToDouble
- All Implemented Interfaces:
Serializable,ToDoubleFunction<Double>,DoubleFunction<Double>
- Enclosing class:
PrimitiveFunctions
private static class PrimitiveFunctions.UnboxDoubleToDouble
extends Object
implements DoubleFunction<Double>
-
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, waitMethods inherited from interface org.eclipse.collections.api.block.function.primitive.DoubleFunction
applyAsDouble
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnboxDoubleToDouble
private UnboxDoubleToDouble()
-
-
Method Details
-
doubleValueOf
- Specified by:
doubleValueOfin interfaceDoubleFunction<Double>
-