| Package | Description |
|---|---|
| com.hazelcast.internal.util.function |
Backport of Java 8 functional interfaces which Agrona depends on.
|
| 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 © 2019 Hazelcast, Inc.. All rights reserved.