Uses of Interface
it.tidalwave.role.ContextManager.SupplierWithException
-
Packages that use ContextManager.SupplierWithException Package Description it.tidalwave.role it.tidalwave.role.spi -
-
Uses of ContextManager.SupplierWithException in it.tidalwave.role
Methods in it.tidalwave.role 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. -
Uses of ContextManager.SupplierWithException in it.tidalwave.role.spi
Methods in it.tidalwave.role.spi with parameters of type ContextManager.SupplierWithException Modifier and Type Method Description <T,E extends java.lang.Throwable>
TDefaultContextManager. runEWithContexts(ContextManager.SupplierWithException<T,E> supplier, java.lang.Object... contexts)
Calls a task with some local contexts.
-