All Classes

Class Description
Decorators
A Decorator builder which can be used to apply multiple decorators to a Supplier, Callable Function, Runnable, CompletionStage or Consumer.
Decorators.DecorateCallable<T>  
Decorators.DecorateCheckedFunction<T,​R>  
Decorators.DecorateCheckedRunnable  
Decorators.DecorateCheckedSupplier<T>  
Decorators.DecorateCompletionStage<T>  
Decorators.DecorateConsumer<T>  
Decorators.DecorateFunction<T,​R>  
Decorators.DecorateRunnable  
Decorators.DecorateSupplier<T>