Uses of Interface
me.saro.commons.function.ThrowableRunnable
-
Packages that use ThrowableRunnable Package Description me.saro.commons me.saro.commons.function -
-
Uses of ThrowableRunnable in me.saro.commons
Methods in me.saro.commons with parameters of type ThrowableRunnable Modifier and Type Method Description static longUtils. timestamp(ThrowableRunnable runnable)timestamp
check time of the runnable -
Uses of ThrowableRunnable in me.saro.commons.function
Methods in me.saro.commons.function with parameters of type ThrowableRunnable Modifier and Type Method Description static java.lang.RunnableThrowableRunnable. ignore(ThrowableRunnable runnable)ignore exception
this method recommend only special situationstatic java.lang.RunnableThrowableRunnable. runtime(ThrowableRunnable runnable)throws Exception lambda to throws RuntimeException lambda
-