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