| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| org.eclipse.collections.impl.block.function |
This package contains implementations of
Function, Function0 and Function2. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<? super T>,V> |
Functions.caseDefault(org.eclipse.collections.api.block.function.Function<? super T,? extends V> defaultFunction) |
static <T extends Comparable<? super T>,V> |
Functions.caseDefault(org.eclipse.collections.api.block.function.Function<? super T,? extends V> defaultFunction,
org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate,
org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
| Modifier and Type | Method and Description |
|---|---|
CaseFunction<T,V> |
CaseFunction.addCase(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate,
org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
CaseFunction<T,V> |
CaseFunction.setDefault(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
Copyright © 2004–2018. All rights reserved.