Uses of Interface
org.aksw.commons.util.function.ThrowingRunnable
-
Packages that use ThrowingRunnable Package Description org.aksw.commons.util.exception org.aksw.commons.util.healthcheck org.aksw.commons.util.lock -
-
Uses of ThrowingRunnable in org.aksw.commons.util.exception
Fields in org.aksw.commons.util.exception with type parameters of type ThrowingRunnable Modifier and Type Field Description protected List<ThrowingRunnable>FinallyRunAll. actionsMethods in org.aksw.commons.util.exception with parameters of type ThrowingRunnable Modifier and Type Method Description voidFinallyRunAll. addThrowing(ThrowingRunnable action)static voidFinallyRunAll. run(ThrowingRunnable... actions)Constructor parameters in org.aksw.commons.util.exception with type arguments of type ThrowingRunnable Constructor Description FinallyRunAll(List<ThrowingRunnable> actions) -
Uses of ThrowingRunnable in org.aksw.commons.util.healthcheck
Methods in org.aksw.commons.util.healthcheck with parameters of type ThrowingRunnable Modifier and Type Method Description HealthcheckRunner.Builder<Void>HealthcheckRunner.Builder. setAction(ThrowingRunnable action) -
Uses of ThrowingRunnable in org.aksw.commons.util.lock
Methods in org.aksw.commons.util.lock with parameters of type ThrowingRunnable Modifier and Type Method Description static voidLockUtils. runWithLock(Lock lock, ThrowingRunnable action)
-