Class Functions.FloatFunctionChain<T1,T2>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.FloatFunctionChain<T1,T2>
-
- All Implemented Interfaces:
Serializable,FloatFunction<T1>
- Enclosing class:
- Functions
public static final class Functions.FloatFunctionChain<T1,T2> extends Object implements FloatFunction<T1>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatfloatValueOf(T1 object)
-
-
-
Method Detail
-
floatValueOf
public float floatValueOf(T1 object)
- Specified by:
floatValueOfin interfaceFloatFunction<T1>
-
-