- All Implemented Interfaces:
java.io.Serializable
, java.util.function.Function<T,java.lang.Long>
, java.util.function.ToLongFunction<T>
, Function<T,java.lang.Long>
, LongFunction<T>
public abstract class LongFunctionImpl<T>
extends java.lang.Object
implements Function<T,java.lang.Long>, 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