Uses of Interface
it.tidalwave.role.ContextManager.RunnableWithException
-
Packages that use ContextManager.RunnableWithException Package Description it.tidalwave.role -
-
Uses of ContextManager.RunnableWithException in it.tidalwave.role
Methods in it.tidalwave.role 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.
-