final case class Mute(filters: Seq[EventFilter]) extends TestEvent with NoSerializationVerificationNeeded with Product with Serializable
- Source
- TestEventListener.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Mute
- Serializable
- Product
- Equals
- NoSerializationVerificationNeeded
- TestEvent
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Mute(filters: [EventFilter])
Java API: create a Mute command from a list of filters
- new Mute(filters: [EventFilter])
Value Members
- val filters: [EventFilter]
- def productElementNames: Iterator[String]
- Definition Classes
- Product