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 CloseableScope
CloseableScope. andFinally(Runnable action)
Creates extendedCloseableScope
that additionally runs specifiedaction
regardless of exceptions.default CloseableScope
CloseableScope. andThen(Runnable action)
Creates extendedCloseableScope
that additionally runs specifiedaction
unless exception is thrown.
-