public class IfFunction<T,V> extends 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) |
Copyright © 2004–2016. All rights reserved.