Class CaseFunction<T extends Comparable<? super T>,V>
java.lang.Object
org.eclipse.collections.impl.block.function.CaseFunction<T,V>
- All Implemented Interfaces:
Serializable
,Function<T,
,V> Function<T,
V>
public class CaseFunction<T extends Comparable<? super T>,V>
extends Object
implements Function<T,V>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
predicateFunctions
private final MutableList<Pair<Predicate<? super T extends Comparable<? super T>>,Function<? super T extends Comparable<? super T>, predicateFunctions? extends V>>> -
defaultFunction
-
-
Constructor Details
-
CaseFunction
public CaseFunction() -
CaseFunction
-
-
Method Details