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 |
Modifier and Type | Method | Description |
---|---|---|
static <T extends Comparable<? super T>,V> |
Functions.caseDefault(Function<? super T,? extends V> defaultFunction) |
|
static <T extends Comparable<? super T>,V> |
Functions.caseDefault(Function<? super T,? extends V> defaultFunction,
Predicate<? super T> predicate,
Function<? super T,? extends V> function) |
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) |
Copyright © 2004–2017. All rights reserved.