A C 
All Classes All Packages

A

andFinally(Runnable) - Method in interface com.machinezoo.closeablescope.CloseableScope
Creates extended CloseableScope that additionally runs specified action regardless of exceptions.
andThen(Runnable) - Method in interface com.machinezoo.closeablescope.CloseableScope
Creates extended CloseableScope that additionally runs specified action unless exception is thrown.

C

close() - Method in interface com.machinezoo.closeablescope.CloseableScope
Closes this scope or other closeable resource.
CloseableScope - Interface in com.machinezoo.closeablescope
Specialization of AutoCloseable that throws only unchecked exceptions.
com.machinezoo.closeablescope - module com.machinezoo.closeablescope
CloseableScope is an unchecked version of AutoCloseable.
com.machinezoo.closeablescope - package com.machinezoo.closeablescope
CloseableScope is an unchecked version of AutoCloseable.
A C 
All Classes All Packages