Package com.hazelcast.function
package com.hazelcast.function
Serializable and exception-declaring variants of functional interfaces from
java.util.function
.- Since:
- 4.0
-
ClassDescriptionBiFunctionEx<T,
U, R> Serializable
variant ofjava.util.function.BiFunction
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.SupplierEx<T>Serializable
variant ofjava.util.function.Supplier
which declares checked exception.