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