Uses of Class
org.eclipse.collections.impl.block.function.CaseFunction
-
Packages that use CaseFunction Package Description org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction,Predicate,SerializableComparatorandProcedure.org.eclipse.collections.impl.block.function -
-
Uses of CaseFunction in org.eclipse.collections.impl.block.factory
Methods in org.eclipse.collections.impl.block.factory that return CaseFunction Modifier and Type Method Description static <T extends Comparable<? super T>,V>
CaseFunction<T,V>Functions. caseDefault(Function<? super T,? extends V> defaultFunction)static <T extends Comparable<? super T>,V>
CaseFunction<T,V>Functions. caseDefault(Function<? super T,? extends V> defaultFunction, Predicate<? super T> predicate, Function<? super T,? extends V> function) -
Uses of CaseFunction in org.eclipse.collections.impl.block.function
Methods in org.eclipse.collections.impl.block.function that return CaseFunction Modifier and Type Method Description CaseFunction<T,V>CaseFunction. addCase(Predicate<? super T> predicate, Function<? super T,? extends V> function)CaseFunction<T,V>CaseFunction. setDefault(Function<? super T,? extends V> function)
-