Package dev.failsafe.function
Functional interface types.
-
Interface Summary Interface Description AsyncRunnable<R> A Runnable that manually triggers asynchronous retries or completion via an asynchronous execution.AsyncSupplier<R,T> A Supplier that manually triggers asynchronous retries or completion via an asynchronous execution.CheckedBiPredicate<T,U> A BiPredicate that throws checked exceptions.CheckedConsumer<T> A Consumer that throws checked exceptions.CheckedFunction<T,R> A Function that throws checked exceptions.CheckedPredicate<T> A Predicate that throws checked exceptions.CheckedRunnable A Runnable that throws checked exceptions.CheckedSupplier<T> A Supplier that throws checked exceptions.ContextualRunnable<R> A Runnable that provides execution context.ContextualSupplier<R,T> A Supplier that provides execution context.