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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LongFunction<? super T2> private static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateLongFunctionChain(Function<T1, T2> function1, LongFunction<? super T2> function2) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LongFunction
applyAsLong
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
function1
-
function2
-
-
Constructor Details
-
LongFunctionChain
-
-
Method Details
-
longValueOf
- Specified by:
longValueOfin interfaceLongFunction<T1>
-