Class Functions.ByteFunctionChain<T1,T2>
java.lang.Object
org.eclipse.collections.impl.block.factory.Functions.ByteFunctionChain<T1,T2>
- All Implemented Interfaces:
Serializable
,ByteFunction<T1>
- Enclosing class:
- Functions
public static final class Functions.ByteFunctionChain<T1,T2> extends Object implements ByteFunction<T1>
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description byte
byteValueOf(T1 object)
-
Method Details
-
byteValueOf
- Specified by:
byteValueOf
in interfaceByteFunction<T1>
-