global.namespace.scala

plus

package plus

Visibility
  1. Public
  2. All

Type Members

  1. final class Loan[A <: AutoCloseable] extends AnyRef

    Encapsulates loaning an auto-closeable resource to a function.

  2. trait OnTryFinally extends AnyRef

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

Value Members

  1. object Loan

  2. object OnTryFinally extends OnTryFinally

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

Ungrouped