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