Class PrimitiveFunctions.UnboxDoubleToDouble
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.PrimitiveFunctions.UnboxDoubleToDouble
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.ToDoubleFunction<java.lang.Double>
,DoubleFunction<java.lang.Double>
- Enclosing class:
- PrimitiveFunctions
private static class PrimitiveFunctions.UnboxDoubleToDouble extends java.lang.Object implements DoubleFunction<java.lang.Double>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
UnboxDoubleToDouble()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
doubleValueOf(java.lang.Double aDouble)
-
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 Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
doubleValueOf
public double doubleValueOf(java.lang.Double aDouble)
- Specified by:
doubleValueOf
in interfaceDoubleFunction<java.lang.Double>
-
-