- All Implemented Interfaces:
- Serializable, org.eclipse.collections.api.block.function.Function<T,Double>, org.eclipse.collections.api.block.function.primitive.DoubleFunction<T>
public abstract class DoubleFunctionImpl<T>
extends Object
implements org.eclipse.collections.api.block.function.Function<T,Double>, org.eclipse.collections.api.block.function.primitive.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