Uses of Interface
it.tidalwave.util.ContextManager.RunnableWithException
-
Packages that use ContextManager.RunnableWithException Package Description it.tidalwave.util -
-
Uses of ContextManager.RunnableWithException in it.tidalwave.util
Methods in it.tidalwave.util with parameters of type ContextManager.RunnableWithException Modifier and Type Method Description default <E extends java.lang.Throwable>
voidContextManager. runEWithContexts(ContextManager.RunnableWithException<E> runnable, java.lang.Object... contexts)
Calls a runnable with some local contexts.
-