Class LongFunctionImpl<T>
java.lang.Object
org.eclipse.collections.impl.block.function.primitive.LongFunctionImpl<T>
- All Implemented Interfaces:
Serializable, Function<T,Long>, ToLongFunction<T>, Function<T, Long>, LongFunction<T>
public abstract class LongFunctionImpl<T>
extends Object
implements Function<T,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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LongFunction
applyAsLong, longValueOf
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
LongFunctionImpl
public LongFunctionImpl()
-
-
Method Details
-
valueOf
-