Uses of Interface
com.machinezoo.closeablescope.CloseableScope
-
-
Uses of CloseableScope in com.machinezoo.closeablescope
Methods in com.machinezoo.closeablescope that return CloseableScope Modifier and Type Method Description default CloseableScopeCloseableScope. andFinally(Runnable action)Creates extendedCloseableScopethat additionally runs specifiedactionregardless of exceptions.default CloseableScopeCloseableScope. andThen(Runnable action)Creates extendedCloseableScopethat additionally runs specifiedactionunless exception is thrown.
-