Nothing$ (original) (raw)

scala.runtime.Nothing$

Dummy class which exist only to satisfy the JVM. It corresponds to scala.Nothing. If such type appears in method signatures, it is erased to this one.

Attributes

Source

Nothing$.scala

Graph

Supertypes

Members list

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.

Inherited from:

Throwable

In this article