case object ProcessingSuccess extends ProcessingSuccess with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProcessingSuccess
- Serializable
- Product
- Equals
- ProcessingSuccess
- ProcessingResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getInstance(): ProcessingSuccess
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Emulates successful processing of some operation.