Uses of Interface
org.nuxeo.common.function.ThrowableRunnable
-
Packages that use ThrowableRunnable Package Description org.nuxeo.common.function org.nuxeo.runtime.api org.nuxeo.runtime.test.runner -
-
Uses of ThrowableRunnable in org.nuxeo.common.function
Methods in org.nuxeo.common.function with parameters of type ThrowableRunnable Modifier and Type Method Description static <E extends Throwable>
RunnableThrowableRunnable. 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 ThrowableRunnable Modifier and Type Method Description static <E extends Throwable>
voidFramework. doPrivilegedThrowing(ThrowableRunnable<E> runnable)Runs the givenThrowableRunnablewhile 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 ThrowableRunnable Modifier and Type Method Description voidFeaturesRunner. evaluateRunnable(ThrowableRunnable<Throwable> runnable, ThrowableRunnable<Throwable> finisher)
-