decorateSupplier

inline fun <R> decorateSupplier(crossinline block: Supplier<R>): Supplier<R?>(source)

Decorates a Supplier with this retry mechanism.

Parameters

block

The operation to decorate and execute later.

See also