Class FloatCaseProcedure
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.FloatCaseProcedure
- All Implemented Interfaces:
Serializable
,FloatProcedure
This file was automatically generated from template file primitiveCaseProcedure.stg.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCase
(FloatPredicate predicate, FloatProcedure procedure) setDefault
(FloatProcedure procedure) toString()
void
value
(float argument)
-
Constructor Details
-
FloatCaseProcedure
public FloatCaseProcedure() -
FloatCaseProcedure
-
-
Method Details
-
addCase
-
setDefault
-
value
public void value(float argument) - Specified by:
value
in interfaceFloatProcedure
-
toString
-