Class BooleanCaseFunction<V>
java.lang.Object
org.eclipse.collections.impl.block.function.primitive.BooleanCaseFunction<V>
- All Implemented Interfaces:
Serializable,BooleanToObjectFunction<V>
This file was automatically generated from template file primitiveCaseFunction.stg.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanCaseFunction(BooleanToObjectFunction<? extends V> newDefaultFunction) -
Method Summary
Modifier and TypeMethodDescriptionaddCase(BooleanPredicate predicate, BooleanToObjectFunction<? extends V> function) setDefault(BooleanToObjectFunction<? extends V> function) toString()valueOf(boolean argument)
-
Constructor Details
-
BooleanCaseFunction
public BooleanCaseFunction() -
BooleanCaseFunction
-
-
Method Details
-
addCase
public BooleanCaseFunction<V> addCase(BooleanPredicate predicate, BooleanToObjectFunction<? extends V> function) -
setDefault
-
valueOf
- Specified by:
valueOfin interfaceBooleanToObjectFunction<V>
-
toString
-