Uses of Class
no.digipost.util.ThrowingAutoClosed
Packages that use ThrowingAutoClosed
-
Uses of ThrowingAutoClosed in no.digipost
Methods in no.digipost that return ThrowingAutoClosedModifier and TypeMethodDescriptionstatic <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().