| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<? super T>> |
max() |
static <T> BinaryOperator<T> |
max(Comparator<? super T> comparator) |
static <T> BinaryOperator<T> |
maxBy(Function<? super T,? extends Comparable> keyMapper) |
static <K extends Comparable<? super K>,V> |
maxByKey() |
static <K,V extends Comparable<? super V>> |
maxByValue() |
static <T extends Comparable<? super T>> |
min() |
static <T> BinaryOperator<T> |
min(Comparator<? super T> comparator) |
static <T> BinaryOperator<T> |
minBy(Function<? super T,? extends Comparable> keyMapper) |
static <K extends Comparable<? super K>,V> |
minByKey() |
static <K,V extends Comparable<? super V>> |
minByValue() |
static <T,C extends Collection<T>> |
ofAddAll()
Deprecated.
replaced by
#ofAddAllToFirst() |
static <T,C extends Collection<T>> |
ofAddAllToBigger()
Of add all to bigger.
|
static <T,C extends Collection<T>> |
ofAddAllToFirst()
Of add all to first.
|
static BinaryOperator<BigDecimal> |
ofAddBigDecimal()
Of add big decimal.
|
static BinaryOperator<BigInteger> |
ofAddBigInteger()
Of add big integer.
|
static BinaryOperator<Double> |
ofAddDouble()
Of add double.
|
static BinaryOperator<Integer> |
ofAddInt()
Of add int.
|
static BinaryOperator<Long> |
ofAddLong()
Of add long.
|
static BinaryOperator<StringBuilder> |
ofAppend()
Deprecated.
replaced by
#ofAppendToFirst() |
static BinaryOperator<StringBuilder> |
ofAppendToBigger()
Of append to bigger.
|
static BinaryOperator<StringBuilder> |
ofAppendToFirst()
Of append to first.
|
static BinaryOperator<String> |
ofConcat() |
static BinaryOperator<Joiner> |
ofMerge()
Deprecated.
replaced by
#ofMergeToFirst. |
static BinaryOperator<Joiner> |
ofMergeToBigger()
Of merge to bigger.
|
static BinaryOperator<Joiner> |
ofMergeToFirst()
Of merge to first.
|
static <K,V,M extends Map<K,V>> |
ofPutAll()
Deprecated.
replaced by
#ofPutAllToFirst() |
static <K,V,M extends Map<K,V>> |
ofPutAllToBigger()
Of put all to bigger.
|
static <K,V,M extends Map<K,V>> |
ofPutAllToFirst()
Of put all to first.
|
static <T,C extends Collection<T>> |
ofRemoveAll()
Deprecated.
replaced by
#ofRemoveAllFromFirst(). |
static <T,C extends Collection<T>> |
ofRemoveAllFromFirst()
Of remove all from first.
|
@Deprecated public static <T,C extends Collection<T>> BinaryOperator<C> ofAddAll()
#ofAddAllToFirst()T - C - public static <T,C extends Collection<T>> BinaryOperator<C> ofAddAllToFirst()
T - C - public static <T,C extends Collection<T>> BinaryOperator<C> ofAddAllToBigger()
T - C - @Deprecated public static <T,C extends Collection<T>> BinaryOperator<C> ofRemoveAll()
#ofRemoveAllFromFirst().T - C - public static <T,C extends Collection<T>> BinaryOperator<C> ofRemoveAllFromFirst()
T - C - @Deprecated public static <K,V,M extends Map<K,V>> BinaryOperator<M> ofPutAll()
#ofPutAllToFirst()K - the key typeV - the value typeM - public static <K,V,M extends Map<K,V>> BinaryOperator<M> ofPutAllToFirst()
K - the key typeV - the value typeM - public static <K,V,M extends Map<K,V>> BinaryOperator<M> ofPutAllToBigger()
K - the key typeV - the value typeM - @Deprecated public static BinaryOperator<Joiner> ofMerge()
#ofMergeToFirst.public static BinaryOperator<Joiner> ofMergeToFirst()
public static BinaryOperator<Joiner> ofMergeToBigger()
@Deprecated public static BinaryOperator<StringBuilder> ofAppend()
#ofAppendToFirst()public static BinaryOperator<StringBuilder> ofAppendToFirst()
public static BinaryOperator<StringBuilder> ofAppendToBigger()
public static BinaryOperator<String> ofConcat()
public static BinaryOperator<Integer> ofAddInt()
public static BinaryOperator<Long> ofAddLong()
public static BinaryOperator<Double> ofAddDouble()
public static BinaryOperator<BigInteger> ofAddBigInteger()
public static BinaryOperator<BigDecimal> ofAddBigDecimal()
public static <T extends Comparable<? super T>> BinaryOperator<T> min()
T - public static <T> BinaryOperator<T> min(Comparator<? super T> comparator)
T - comparator - public static <T> BinaryOperator<T> minBy(Function<? super T,? extends Comparable> keyMapper)
T - comparator - public static <K extends Comparable<? super K>,V> BinaryOperator<Map.Entry<K,V>> minByKey()
T - public static <K,V extends Comparable<? super V>> BinaryOperator<Map.Entry<K,V>> minByValue()
T - public static <T extends Comparable<? super T>> BinaryOperator<T> max()
T - public static <T> BinaryOperator<T> max(Comparator<? super T> comparator)
T - comparator - public static <T> BinaryOperator<T> maxBy(Function<? super T,? extends Comparable> keyMapper)
T - comparator - public static <K extends Comparable<? super K>,V> BinaryOperator<Map.Entry<K,V>> maxByKey()
T - public static <K,V extends Comparable<? super V>> BinaryOperator<Map.Entry<K,V>> maxByValue()
T - Copyright © 2021. All rights reserved.