Uses of Interface
org.nuxeo.common.function.ThrowableRunnable
Packages that use ThrowableRunnable
-
Uses of ThrowableRunnable in org.nuxeo.common.function
Methods in org.nuxeo.common.function with parameters of type ThrowableRunnableModifier and TypeMethodDescriptionThrowableRunnable.asRunnable
(ThrowableRunnable<E> throwableRunnable) static <E extends Throwable>
ThrowableSupplier<Void,E> ThrowableRunnable.asThrowableSupplier
(ThrowableRunnable<E> throwableRunnable) -
Uses of ThrowableRunnable in org.nuxeo.runtime.api
Methods in org.nuxeo.runtime.api with parameters of type ThrowableRunnableModifier and TypeMethodDescriptionstatic <E extends Throwable>
voidFramework.doPrivilegedThrowing
(ThrowableRunnable<E> runnable) Runs the givenThrowableRunnable
while logged in as a system user. -
Uses of ThrowableRunnable in org.nuxeo.runtime.test.runner
Methods in org.nuxeo.runtime.test.runner with parameters of type ThrowableRunnableModifier and TypeMethodDescriptionvoid
FeaturesRunner.evaluateRunnable
(ThrowableRunnable<Throwable> runnable, ThrowableRunnable<Throwable> finisher)