Package

org.hammerlab.cli.app

close

Permalink

package close

Visibility
  1. Public
  2. All

Type Members

  1. trait Closeable extends java.io.Closeable with Serializable

    Permalink

    Mix-in allowing registration of shutdown/de-initialization callbacks via Closeable.deinit

  2. trait CloseableProxy extends AnyRef

    Permalink

    Mix-in supporting registering deinit callbacks that delegate to a Closeable.

    Mix-in supporting registering deinit callbacks that delegate to a Closeable.

    Used on Apps, which may throw exceptions during their initialization / constructor, resulting in the loss of a reference to them with which to invoke any callbacks they'd registered.

Value Members

  1. object Closeable extends Serializable

    Permalink

Ungrouped