Package | Description |
---|---|
dev.failsafe |
APIs for performing failsafe executions.
|
Class and Description |
---|
AsyncRunnable
A Runnable that manually triggers asynchronous retries or completion via an asynchronous execution.
|
CheckedBiPredicate
A BiPredicate that throws checked exceptions.
|
CheckedConsumer
A Consumer that throws checked exceptions.
|
CheckedFunction
A Function that throws checked exceptions.
|
CheckedPredicate
A Predicate that throws checked exceptions.
|
CheckedRunnable
A Runnable that throws checked exceptions.
|
CheckedSupplier
A Supplier that throws checked exceptions.
|
ContextualRunnable
A Runnable that provides execution context.
|
ContextualSupplier
A Supplier that provides execution context.
|
Copyright © 2022. All rights reserved.