Uses of Interface
org.nuxeo.common.function.ThrowableRunnable
-
Uses of ThrowableRunnable in org.nuxeo.common.function
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
FeaturesRunner.evaluateRunnable
(ThrowableRunnable<Throwable> runnable, ThrowableRunnable<Throwable> finisher)