Class Functions.LongFunctionChain<T1,T2>
java.lang.Object
org.eclipse.collections.impl.block.factory.Functions.LongFunctionChain<T1,T2>
- All Implemented Interfaces:
Serializable,ToLongFunction<T1>,LongFunction<T1>
- Enclosing class:
- Functions
public static final class Functions.LongFunctionChain<T1,T2> extends Object implements LongFunction<T1>
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description longlongValueOf(T1 object)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.block.function.primitive.LongFunction
applyAsLong
-
Method Details
-
longValueOf
- Specified by:
longValueOfin interfaceLongFunction<T1>
-