java.io.Serializable, java.util.function.Function<T,V>, Function<T,V>public class IfFunction<T,V> extends java.lang.Object implements Function<T,V>
| Constructor | 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) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
|
V |
valueOf(T object) |
Copyright © 2004–2020. All rights reserved.