Uses of Interface
io.streamthoughts.azkarra.api.monad.CheckedSupplier
-
Packages that use CheckedSupplier Package Description io.streamthoughts.azkarra.api.monad io.streamthoughts.azkarra.api.query -
-
Uses of CheckedSupplier in io.streamthoughts.azkarra.api.monad
Methods in io.streamthoughts.azkarra.api.monad with parameters of type CheckedSupplier Modifier and Type Method Description static <V,E extends Throwable>
Try<V>Try. failable(CheckedSupplier<V,E> supplier)
static <V,E extends Throwable>
Try.Retriable<V>Try. retriable(CheckedSupplier<V,E> supplier, Retry retry)
-
Uses of CheckedSupplier in io.streamthoughts.azkarra.api.query
Subinterfaces of CheckedSupplier in io.streamthoughts.azkarra.api.query Modifier and Type Interface Description static interface
LocalStoreAccessor.StoreSupplier<T>
-