Finally

scala.util.control.Exception.Finally
class Finally extends Described

A container class for finally code.

Attributes

Graph
Supertypes
trait Described
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def and(other: => Unit): Finally
def invoke(): Unit

Inherited methods

def desc: String

Attributes

Inherited from:
Described
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Described -> Any
Inherited from:
Described
def withDesc(s: String): this.type

Attributes

Inherited from:
Described