package plus
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
OnTryFinally
extends AnyRef
A mix-in trait which provides an
onTry { ... } onFinally { ... }andonTry { ... } onThrowable { ... }statement.A mix-in trait which provides an
onTry { ... } onFinally { ... }andonTry { ... } onThrowable { ... }statement. These statements chain exceptions from both code blocks viaThrowable.addSuppressed(Throwable). -
trait
Resource
extends AnyRef
A mix-in trait which provides resource functions.
Value Members
-
object
OnTryFinally
extends OnTryFinally
An object which provides an
onTry { ... } onFinally { ... }andonTry { ... } onThrowable { ... }statement.An object which provides an
onTry { ... } onFinally { ... }andonTry { ... } onThrowable { ... }statement. These statements chain exceptions from both code blocks viaThrowable.addSuppressed(Throwable). -
object
Resource
extends Resource
An object which provides resource functions.