public final class Functions2 extends Object
Function2 instances.| Modifier and Type | Method and Description |
|---|---|
static <T,V,P> org.eclipse.collections.api.block.function.Function2<T,P,V> |
fromFunction(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
static org.eclipse.collections.api.block.function.Function2<Integer,Integer,Integer> |
integerAddition() |
static <T> org.eclipse.collections.api.block.function.Function2<T,T,T> |
max(Comparator<? super T> comparator) |
static <T,V extends Comparable<? super V>> |
maxBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
static <T> org.eclipse.collections.api.block.function.Function2<T,T,T> |
min(Comparator<? super T> comparator) |
static <T,V extends Comparable<? super V>> |
minBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
static <T,V,P> org.eclipse.collections.api.block.function.Function2<T,P,V> |
throwing(ThrowingFunction2<T,P,V> throwingFunction2) |
public static <T,V,P> org.eclipse.collections.api.block.function.Function2<T,P,V> fromFunction(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
public static <T,V,P> org.eclipse.collections.api.block.function.Function2<T,P,V> throwing(ThrowingFunction2<T,P,V> throwingFunction2)
public static org.eclipse.collections.api.block.function.Function2<Integer,Integer,Integer> integerAddition()
public static <T> org.eclipse.collections.api.block.function.Function2<T,T,T> min(Comparator<? super T> comparator)
public static <T> org.eclipse.collections.api.block.function.Function2<T,T,T> max(Comparator<? super T> comparator)
public static <T,V extends Comparable<? super V>> org.eclipse.collections.api.block.function.Function2<T,T,T> minBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
public static <T,V extends Comparable<? super V>> org.eclipse.collections.api.block.function.Function2<T,T,T> maxBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
Copyright © 2004–2017. All rights reserved.