Package akka.testkit
Class CustomEventFilter$
- java.lang.Object
-
- akka.testkit.CustomEventFilter$
-
- All Implemented Interfaces:
java.io.Serializable
public class CustomEventFilter$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CustomEventFilter$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CustomEventFilter$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomEventFilter
apply(scala.PartialFunction<Logging.LogEvent,java.lang.Object> test, int occurrences)
java.lang.String
toString()
scala.Option<scala.PartialFunction<Logging.LogEvent,java.lang.Object>>
unapply(CustomEventFilter x$0)
-
-
-
Field Detail
-
MODULE$
public static final CustomEventFilter$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public CustomEventFilter apply(scala.PartialFunction<Logging.LogEvent,java.lang.Object> test, int occurrences)
-
unapply
public scala.Option<scala.PartialFunction<Logging.LogEvent,java.lang.Object>> unapply(CustomEventFilter x$0)
-
-