Uses of Interface
org.aksw.commons.util.function.ThrowingRunnable
Packages that use ThrowingRunnable
Package
Description
-
Uses of ThrowingRunnable in org.aksw.commons.util.exception
Fields in org.aksw.commons.util.exception with type parameters of type ThrowingRunnableModifier and TypeFieldDescriptionprotected List<ThrowingRunnable> FinallyRunAll.actionsDeprecated.Methods in org.aksw.commons.util.exception with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionvoidFinallyRunAll.addThrowing(ThrowingRunnable action) Deprecated.static voidFinallyRunAll.run(ThrowingRunnable... actions) Deprecated.static <T> voidFinallyRunAll.runAll(Collection<T> actions, FinallyRunAll.ThrowingConsumer<T> runner, ThrowingRunnable finallyAction) Deprecated.Constructor parameters in org.aksw.commons.util.exception with type arguments of type ThrowingRunnable -
Uses of ThrowingRunnable in org.aksw.commons.util.healthcheck
Methods in org.aksw.commons.util.healthcheck with parameters of type ThrowingRunnable -
Uses of ThrowingRunnable in org.aksw.commons.util.lifecycle
Methods in org.aksw.commons.util.lifecycle with parameters of type ThrowingRunnableModifier and TypeMethodDescription<T> TResourceMgr.register(T obj, ThrowingRunnable closeAction) If the resource manager has already been closed then resources are immediately closed upon registration. -
Uses of ThrowingRunnable in org.aksw.commons.util.lock
Methods in org.aksw.commons.util.lock with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic voidLockUtils.runWithLock(Lock lock, ThrowingRunnable action) -
Uses of ThrowingRunnable in org.aksw.commons.util.reflect
Methods in org.aksw.commons.util.reflect with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic voidClassUtils.access(AccessibleObject obj, ThrowingRunnable consumer)