Package com.hazelcast.function
package com.hazelcast.function
Serializable and exception-declaring variants of functional interfaces from
java.util.function
.- Since:
- 4.0
-
ClassDescriptionBiConsumerEx<T,
U> Serializable
variant ofjava.util.function.BiConsumer
which declares checked exception.BiFunctionEx<T,U, R> Serializable
variant ofjava.util.function.BiFunction
which declares checked exception.Serializable
variant ofjava.util.function.BinaryOperator
which declares checked exception.BiPredicateEx<T,U> Serializable
variant ofjava.util.function.BiPredicate
which declares checked exception.ComparatorEx<T>Serializable
variant ofjava.util.Comparator
which declares checked exception.ConsumerEx<T>Serializable
variant ofjava.util.function.Consumer
which declares checked exception.FunctionEx<T,R> Serializable
variant ofjava.util.function.Function
which declares checked exception.Factory methods for several common functions.PredicateEx<T>Serializable
variant ofjava.util.function.Predicate
which declares checked exception.SupplierEx<T>Serializable
variant ofjava.util.function.Supplier
which declares checked exception.Serializable
variant ofjava.util.function.ToDoubleFunction
which declares checked exception.Serializable
variant ofjava.util.function.ToIntFunction
which declares checked exception.Serializable
variant ofjava.util.function.ToLongFunction
which declares checked exception.