Packages

package plus

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait OnTryFinally extends AnyRef

    A mix-in trait which provides an onTry { ... } onFinally { ... } and onTry { ... } onThrowable { ... } statement.

    A mix-in trait which provides an onTry { ... } onFinally { ... } and onTry { ... } onThrowable { ... } statement. These statements chain exceptions from both code blocks via Throwable.addSuppressed(Throwable).

  2. trait Resource extends AnyRef

    A mix-in trait which provides resource functions.

Value Members

  1. object OnTryFinally extends OnTryFinally

    An object which provides an onTry { ... } onFinally { ... } and onTry { ... } onThrowable { ... } statement.

    An object which provides an onTry { ... } onFinally { ... } and onTry { ... } onThrowable { ... } statement. These statements chain exceptions from both code blocks via Throwable.addSuppressed(Throwable).

  2. object Resource extends Resource

    An object which provides resource functions.

Ungrouped