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