Uses of Class
it.tidalwave.util.ContextManager.Binder
-
Packages that use ContextManager.Binder Package Description it.tidalwave.util -
-
Uses of ContextManager.Binder in it.tidalwave.util
Methods in it.tidalwave.util that return ContextManager.Binder Modifier and Type Method Description default ContextManager.Binder
ContextManager. binder(java.lang.Object... contexts)
Creates a binder that makes it possible to bind a local context by means of a try-with-resources instead of a try/finally.
-