@FunctionalInterface public interface TBinaryOperator<T> extends TBiFunction<T,T,T>
Modifier and Type | Method and Description |
---|---|
static <T> TBinaryOperator<T> |
maxBy(TComparator<? super T> comparator) |
static <T> TBinaryOperator<T> |
minBy(TComparator<? super T> comparator) |
andThen, apply
static <T> TBinaryOperator<T> minBy(TComparator<? super T> comparator)
static <T> TBinaryOperator<T> maxBy(TComparator<? super T> comparator)
Copyright © 2019. All rights reserved.