case object Done extends Done with Product with Serializable
- Source
- Done.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Done
- Product
- Equals
- Done
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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.
- def getInstance(): Done
Java API: the singleton instance
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product