Class StringFunctions.ToPrimitiveDoubleFunction
java.lang.Object
org.eclipse.collections.impl.block.factory.StringFunctions.ToPrimitiveDoubleFunction
- All Implemented Interfaces:
Serializable
,ToDoubleFunction<String>
,DoubleFunction<String>
- Enclosing class:
StringFunctions
private static final class StringFunctions.ToPrimitiveDoubleFunction
extends Object
implements DoubleFunction<String>
-
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
-
ToPrimitiveDoubleFunction
private ToPrimitiveDoubleFunction()
-
-
Method Details
-
doubleValueOf
- Specified by:
doubleValueOf
in interfaceDoubleFunction<String>
-