Uses of Interface
it.tidalwave.util.ContextManager.RunnableWithException
Packages that use ContextManager.RunnableWithException
-
Uses of ContextManager.RunnableWithException in it.tidalwave.util
Methods in it.tidalwave.util with parameters of type ContextManager.RunnableWithExceptionModifier and TypeMethodDescriptiondefault <E extends Throwable>
voidContextManager.runEWithContexts
(ContextManager.RunnableWithException<E> runnable, Object... contexts) Calls a runnable with some local contexts.