case object NotUsed extends NotUsed with Product with Serializable
- Source
- NotUsed.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NotUsed
- Serializable
- Product
- Equals
- NotUsed
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def getInstance(): NotUsed
Java API: the singleton instance
- def notUsed(): NotUsed
Java API: the singleton instance
Java API: the singleton instance
This is equivalent to NotUsed.getInstance, but can be used with static import.
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product