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