Uses of Interface
com.machinezoo.noexception.CloseableScope
-
Packages that use CloseableScope Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of CloseableScope in com.machinezoo.noexception
Methods in com.machinezoo.noexception that return CloseableScope Modifier and Type Method Description default CloseableScopeCloseableScope. andFinally(Runnable action)Deprecated.Creates extendedCloseableScopethat additionally runs specifiedactionregardless of exceptions.default CloseableScopeCloseableScope. andThen(Runnable action)Deprecated.Creates extendedCloseableScopethat additionally runs specifiedactionunless exception is thrown.
-