Packages

object Done extends Done with Product with Serializable

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

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