public class IfFunction<T,V> extends Object implements org.eclipse.collections.api.block.function.Function<T,V>
| Constructor and Description |
|---|
IfFunction(org.eclipse.collections.api.block.predicate.Predicate<? super T> newPredicate,
org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
IfFunction(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate,
org.eclipse.collections.api.block.function.Function<? super T,? extends V> function,
org.eclipse.collections.api.block.function.Function<? super T,? extends V> elseFunction) |
Copyright © 2004–2017. All rights reserved.