Uses of Class
no.digipost.util.AutoClosed
-
Packages that use AutoClosed Package Description no.digipost -
-
Uses of AutoClosed in no.digipost
Methods in no.digipost that return AutoClosed Modifier and Type Method Description static <T> AutoClosed<T>DiggBase. autoClose(T object, Consumer<? super T> closeOperation)Wrap an arbitrary object to anAutoCloseablecontainer, and assign an operation to be performed on the wrapped object when callingAutoCloseable.close().
-