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