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