public class IfFunction<T,V>
extends java.lang.Object
implements com.gs.collections.api.block.function.Function<T,V>
| Constructor and Description |
|---|
IfFunction(com.gs.collections.api.block.predicate.Predicate<? super T> newPredicate,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
IfFunction(com.gs.collections.api.block.predicate.Predicate<? super T> predicate,
com.gs.collections.api.block.function.Function<? super T,? extends V> function,
com.gs.collections.api.block.function.Function<? super T,? extends V> elseFunction) |