public final class Functions2
extends java.lang.Object
Function2 instances.| Modifier and Type | Method and Description |
|---|---|
static <T,V,P> com.gs.collections.api.block.function.Function2<T,P,V> |
fromFunction(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
static com.gs.collections.api.block.function.Function2<java.lang.Integer,java.lang.Integer,java.lang.Integer> |
integerAddition() |
public static <T,V,P> com.gs.collections.api.block.function.Function2<T,P,V> fromFunction(com.gs.collections.api.block.function.Function<? super T,? extends V> function)
public static com.gs.collections.api.block.function.Function2<java.lang.Integer,java.lang.Integer,java.lang.Integer> integerAddition()