| Interface | Description |
|---|---|
| CheckedBiConsumer<T,U> | |
| CheckedBiFunction<T,U,R> | |
| CheckedBiPredicate<T,U> | |
| CheckedConsumer<T> | |
| CheckedFunction<T,R> | |
| CheckedPredicate<T> | |
| CheckedRunnable | |
| CheckedSupplier<T> |
A supplier which can throw exceptions
|
| Class | Description |
|---|---|
| CompositePredicate<T> |
A
Predicate which aggregates more predicates and evaluates them
as a whole. |
| Once |
Executes a given
CheckedRunnable only once. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.