| Package | Description |
|---|---|
| no.digipost |
| Modifier and Type | Method and Description |
|---|---|
static <T> AutoClosed<T> |
DiggBase.autoClose(T object,
Consumer<? super T> closeOperation)
Wrap an arbitrary object to an
AutoCloseable container, and assign an operation to be
performed on the wrapped object when calling AutoCloseable.close(). |
Copyright © 2019 Digipost. All rights reserved.