Summary:
Detail:
Serializable
Function<T,V>
private final Function<? super T,? extends V>
elseFunction
function
private final Predicate<? super T>
predicate
private static final long
serialVersionUID
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)
String
toString()
V
valueOf(T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
andThen, compose
apply
valueOf
toString
Object