Class IntCaseFunction<V>
java.lang.Object
org.eclipse.collections.impl.block.function.primitive.IntCaseFunction<V>
- All Implemented Interfaces:
Serializable,IntFunction<V>,IntToObjectFunction<V>
This file was automatically generated from template file primitiveCaseFunction.stg.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCase(IntPredicate predicate, IntToObjectFunction<? extends V> function) setDefault(IntToObjectFunction<? extends V> function) toString()valueOf(int argument) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction
apply
-
Constructor Details
-
IntCaseFunction
public IntCaseFunction() -
IntCaseFunction
-
-
Method Details
-
addCase
public IntCaseFunction<V> addCase(IntPredicate predicate, IntToObjectFunction<? extends V> function) -
setDefault
-
valueOf
- Specified by:
valueOfin interfaceIntToObjectFunction<V>
-
toString
-