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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intintValueOf(T1 object)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.function.primitive.IntFunction
applyAsInt
-
-
-
-
Method Detail
-
intValueOf
public int intValueOf(T1 object)
- Specified by:
intValueOfin interfaceIntFunction<T1>
-
-