- All Implemented Interfaces:
- Serializable, org.eclipse.collections.api.block.function.Function<T,Long>, org.eclipse.collections.api.block.function.primitive.LongFunction<T>
public abstract class LongFunctionImpl<T>
extends Object
implements org.eclipse.collections.api.block.function.Function<T,Long>, org.eclipse.collections.api.block.function.primitive.LongFunction<T>
LongFunctionImpl is an abstract implementation of the LongFunction 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