Class LongCaseFunction<V>
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.primitive.LongCaseFunction<V>
-
- All Implemented Interfaces:
Serializable,LongFunction<V>,LongToObjectFunction<V>
public class LongCaseFunction<V> extends Object implements LongToObjectFunction<V>
This file was automatically generated from template file primitiveCaseFunction.stg.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LongCaseFunction()LongCaseFunction(LongToObjectFunction<? extends V> newDefaultFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongCaseFunction<V>addCase(LongPredicate predicate, LongToObjectFunction<? extends V> function)LongCaseFunction<V>setDefault(LongToObjectFunction<? extends V> function)StringtoString()VvalueOf(long argument)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.function.primitive.LongToObjectFunction
apply
-
-
-
-
Constructor Detail
-
LongCaseFunction
public LongCaseFunction()
-
LongCaseFunction
public LongCaseFunction(LongToObjectFunction<? extends V> newDefaultFunction)
-
-
Method Detail
-
addCase
public LongCaseFunction<V> addCase(LongPredicate predicate, LongToObjectFunction<? extends V> function)
-
setDefault
public LongCaseFunction<V> setDefault(LongToObjectFunction<? extends V> function)
-
valueOf
public V valueOf(long argument)
- Specified by:
valueOfin interfaceLongToObjectFunction<V>
-
-