Packages

case object Done extends Done with Product with Serializable

Source
Done.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Done
  2. Product
  3. Equals
  4. Done
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def done(): Done

    Java API: the singleton instance

    Java API: the singleton instance

    This is equivalent to Done.getInstance, but can be used with static import.

  2. def getInstance(): Done

    Java API: the singleton instance

  3. def productElementName(n: Int): String
    Definition Classes
    Product
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product