Class DoubleFunctionImpl<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.primitive.DoubleFunctionImpl<T>
-
- All Implemented Interfaces:
Serializable,Function<T,Double>,ToDoubleFunction<T>,Function<T,Double>,DoubleFunction<T>
public abstract class DoubleFunctionImpl<T> extends Object implements Function<T,Double>, DoubleFunction<T>
DoubleFunctionImpl is an abstract implementation of the DoubleFunction interface which can be subclassed explicitly or as an anonymous inner class, without needing to override the valueOf method defined in Function.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoubleFunctionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublevalueOf(T anObject)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.function.primitive.DoubleFunction
applyAsDouble, doubleValueOf
-
-