Class FloatCaseFunction<V>
java.lang.Object
org.eclipse.collections.impl.block.function.primitive.FloatCaseFunction<V>
- All Implemented Interfaces:
Serializable
,FloatToObjectFunction<V>
public class FloatCaseFunction<V> extends Object implements FloatToObjectFunction<V>
This file was automatically generated from template file primitiveCaseFunction.stg.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FloatCaseFunction()
FloatCaseFunction(FloatToObjectFunction<? extends V> newDefaultFunction)
-
Method Summary
Modifier and Type Method Description FloatCaseFunction<V>
addCase(FloatPredicate predicate, FloatToObjectFunction<? extends V> function)
FloatCaseFunction<V>
setDefault(FloatToObjectFunction<? extends V> function)
String
toString()
V
valueOf(float argument)
-
Constructor Details
-
FloatCaseFunction
public FloatCaseFunction() -
FloatCaseFunction
-
-
Method Details
-
addCase
public FloatCaseFunction<V> addCase(FloatPredicate predicate, FloatToObjectFunction<? extends V> function) -
setDefault
-
valueOf
- Specified by:
valueOf
in interfaceFloatToObjectFunction<V>
-
toString
-