public final class Functions2 extends Object
Function2
static <T,V,P> Function2<T,P,V>
fromFunction(Function<? super T,? extends V> function)
static Function2<Integer,Integer,Integer>
integerAddition()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T,V,P> Function2<T,P,V> fromFunction(Function<? super T,? extends V> function)
public static Function2<Integer,Integer,Integer> integerAddition()
Copyright © 2004–2017. All rights reserved.