Serializable, Function<T,V>, Function<T,V>public class IfFunction<T,V> extends 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 |
|---|---|---|
String |
toString() |
|
V |
valueOf(T object) |
Copyright © 2004–2019. All rights reserved.