public class IfFunction<T,V> extends Object implements Function<T,V>
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)
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public IfFunction(Predicate<? super T> newPredicate, Function<? super T,? extends V> function)
public IfFunction(Predicate<? super T> predicate, Function<? super T,? extends V> function, Function<? super T,? extends V> elseFunction)
public V valueOf(T object)
valueOf
Function<T,V>
public String toString()
toString
Object
Copyright © 2004–2016. All rights reserved.