Class Functions.IntFunctionChain<T1,T2>
java.lang.Object
org.eclipse.collections.impl.block.factory.Functions.IntFunctionChain<T1,T2>
- All Implemented Interfaces:
Serializable, ToIntFunction<T1>, IntFunction<T1>
- Enclosing class:
Functions
public static final class Functions.IntFunctionChain<T1,T2>
extends Object
implements IntFunction<T1>
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIntFunctionChain(Function<T1, T2> function1, IntFunction<? super T2> function2) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IntFunction
applyAsInt
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
function1
-
function2
-
-
Constructor Details
-
IntFunctionChain
-
-
Method Details
-
intValueOf
- Specified by:
intValueOfin interfaceIntFunction<T1>
-