Packages

case object NotUsed extends NotUsed with Product with Serializable

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

Value Members

  1. def getInstance(): NotUsed

    Java API: the singleton instance

  2. 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.

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