Packages

o

scala.reflect

NoManifest

object NoManifest extends OptManifest[Nothing] with Serializable

One of the branches of an scala.reflect.OptManifest.

Source
NoManifest.scala
Linear Supertypes
OptManifest[Nothing], java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoManifest
  2. OptManifest
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def toString(): String

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    NoManifest → AnyRef → Any