Uses of Interface
com.hazelcast.function.BinaryOperatorEx
Package | Description |
---|---|
com.hazelcast.function |
Serializable and exception-declaring variants of functional interfaces from
java.util.function . |
-
Uses of BinaryOperatorEx in com.hazelcast.function
Methods in com.hazelcast.function that return BinaryOperatorEx Modifier and Type Method Description static <T> BinaryOperatorEx<T>
BinaryOperatorEx. maxBy(Comparator<? super T> comparator)
Serializable
variant ofjava.util.function.BinaryOperator#maxBy(Comparator)
.static <T> BinaryOperatorEx<T>
BinaryOperatorEx. minBy(Comparator<? super T> comparator)
Serializable
variant ofjava.util.function.BinaryOperator#minBy(Comparator)
.