Package | Description |
---|---|
com.hazelcast.function |
Serializable and exception-declaring variants of functional interfaces from
java.util.function . |
Modifier and Type | Method and Description |
---|---|
static <T> BinaryOperatorEx<T> |
BinaryOperatorEx.maxBy(Comparator<? super T> comparator)
Serializable variant of java.util.function.BinaryOperator#maxBy(Comparator) . |
static <T> BinaryOperatorEx<T> |
BinaryOperatorEx.minBy(Comparator<? super T> comparator)
Serializable variant of java.util.function.BinaryOperator#minBy(Comparator) . |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.