Uses of Interface
com.hazelcast.function.ToLongFunctionEx
Package | Description |
---|---|
com.hazelcast.function |
Serializable and exception-declaring variants of functional interfaces from
java.util.function . |
-
Uses of ToLongFunctionEx in com.hazelcast.function
Methods in com.hazelcast.function with parameters of type ToLongFunctionEx Modifier and Type Method Description static <T> ComparatorEx<T>
ComparatorEx. comparingLong(ToLongFunctionEx<? super T> toKeyFn)
Serializable
variant ofjava.util.Comparator#comparingLong(ToLongFunction)
.default ComparatorEx<T>
ComparatorEx. thenComparingLong(ToLongFunctionEx<? super T> toKeyFn)
Serializable
variant ofjava.util.Comparator#thenComparingLong(ToLongFunction)
.