Package dev.failsafe.function
package dev.failsafe.function
Functional interface types.
-
InterfacesClassDescriptionA 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.A Consumer that throws checked exceptions.CheckedFunction<T,R> A Function that throws checked exceptions.A Predicate that throws checked exceptions.A Runnable that throws checked exceptions.A Supplier that throws checked exceptions.A Runnable that provides execution context.ContextualSupplier<R,T> A Supplier that provides execution context.