Uses of Interface
com.hazelcast.function.ToIntFunctionEx
Packages that use ToIntFunctionEx
Package
Description
Serializable and exception-declaring variants of functional interfaces from
java.util.function
.-
Uses of ToIntFunctionEx in com.hazelcast.function
Methods in com.hazelcast.function with parameters of type ToIntFunctionExModifier and TypeMethodDescriptionstatic <T> ComparatorEx<T>
ComparatorEx.comparingInt
(ToIntFunctionEx<? super T> toKeyFn) Serializable
variant ofjava.util.Comparator#comparingInt(ToIntFunction)
.default ComparatorEx<T>
ComparatorEx.thenComparingInt
(ToIntFunctionEx<? super T> toKeyFn) Serializable
variant ofjava.util.Comparator#thenComparingInt(ToIntFunction)
.