Class Functions.ShortFunctionChain<T1,T2>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.ShortFunctionChain<T1,T2>
-
- All Implemented Interfaces:
Serializable,ShortFunction<T1>
- Enclosing class:
- Functions
public static final class Functions.ShortFunctionChain<T1,T2> extends Object implements ShortFunction<T1>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortshortValueOf(T1 object)
-
-
-
Method Detail
-
shortValueOf
public short shortValueOf(T1 object)
- Specified by:
shortValueOfin interfaceShortFunction<T1>
-
-