Uses of Interface
io.mosip.kernel.core.function.SupplierWithThrowable
-
Packages that use SupplierWithThrowable Package Description io.mosip.kernel.core.util -
-
Uses of SupplierWithThrowable in io.mosip.kernel.core.util
Methods in io.mosip.kernel.core.util with parameters of type SupplierWithThrowable Modifier and Type Method Description <R,E extends Throwable>
RRetryUtil. doWithRetry(SupplierWithThrowable<R,E> func)Invoke the supplier with retry.
-