Package akka.testkit
Class TestEvent.Mute$
- java.lang.Object
-
- akka.testkit.TestEvent.Mute$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- TestEvent
public static class TestEvent.Mute$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TestEvent.Mute$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Mute$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestEvent.Mute
apply(EventFilter filter, scala.collection.immutable.Seq<EventFilter> filters)
TestEvent.Mute
apply(scala.collection.immutable.Seq<EventFilter> filters)
scala.Option<scala.collection.immutable.Seq<EventFilter>>
unapply(TestEvent.Mute x$0)
-
-
-
Field Detail
-
MODULE$
public static final TestEvent.Mute$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public TestEvent.Mute apply(EventFilter filter, scala.collection.immutable.Seq<EventFilter> filters)
-
apply
public TestEvent.Mute apply(scala.collection.immutable.Seq<EventFilter> filters)
-
unapply
public scala.Option<scala.collection.immutable.Seq<EventFilter>> unapply(TestEvent.Mute x$0)
-
-