Uses of Interface
it.tidalwave.role.ContextManager.Supplier
-
Packages that use ContextManager.Supplier Package Description it.tidalwave.role it.tidalwave.role.spi -
-
Uses of ContextManager.Supplier in it.tidalwave.role
Methods in it.tidalwave.role with parameters of type ContextManager.Supplier Modifier and Type Method Description <V> V
ContextManager. runWithContext(java.lang.Object context, ContextManager.Supplier<V> task)
Runs a task associated with a new local context.<V> V
ContextManager. runWithContexts(java.util.List<java.lang.Object> contexts, ContextManager.Supplier<V> task)
Runs a task associated with a new bunch of local contexts. -
Uses of ContextManager.Supplier in it.tidalwave.role.spi
Methods in it.tidalwave.role.spi with parameters of type ContextManager.Supplier Modifier and Type Method Description <V> V
DefaultContextManager. runWithContext(java.lang.Object context, ContextManager.Supplier<V> task)
Runs a task associated with a new local context.<V> V
DefaultContextManager. runWithContexts(java.util.List<java.lang.Object> contexts, ContextManager.Supplier<V> task)
Runs a task associated with a new bunch of local contexts.
-