java.util.function.See: Description
| Interface | Description | 
|---|---|
| BiConsumerEx<T,U> | 
Serializable variant of java.util.function.BiConsumer which declares checked exception. | 
| BiFunctionEx<T,U,R> | 
Serializable variant of java.util.function.BiFunction which declares checked exception. | 
| BinaryOperatorEx<T> | 
Serializable variant of java.util.function.BinaryOperator which declares checked exception. | 
| BiPredicateEx<T,U> | 
Serializable variant of java.util.function.BiPredicate which declares checked exception. | 
| ComparatorEx<T> | 
Serializable variant of java.util.Comparator
 which declares checked exception. | 
| ConsumerEx<T> | 
Serializable variant of java.util.function.Consumer
 which declares checked exception. | 
| FunctionEx<T,R> | 
Serializable variant of java.util.function.Function
 which declares checked exception. | 
| PredicateEx<T> | 
Serializable variant of java.util.function.Predicate which declares checked exception. | 
| SupplierEx<T> | 
Serializable variant of java.util.function.Supplier
 which declares checked exception. | 
| ToDoubleFunctionEx<T> | 
Serializable variant of java.util.function.ToDoubleFunction which declares checked exception. | 
| ToIntFunctionEx<T> | 
Serializable variant of java.util.function.ToIntFunction which declares checked exception. | 
| ToLongFunctionEx<T> | 
Serializable variant of java.util.function.ToLongFunction which declares checked exception. | 
| Class | Description | 
|---|---|
| Functions | 
 Factory methods for several common functions. 
 | 
java.util.function.Copyright © 2021 Hazelcast, Inc.. All rights reserved.