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