Packages

object Connected extends ReplState with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Connected
  2. Product
  3. Equals
  4. ReplState
  5. NamedEnum
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val name: String

    Used as a key for a map returned from byName.

    Used as a key for a map returned from byName. It is recommended to override this method uniquely by each case object in the sealed hierarchy.

    Definition Classes
    ReplStateNamedEnum
  2. def toString(): String
    Definition Classes
    NamedEnum → AnyRef → Any