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: