Package org.apache.pekko.testkit
Class CustomEventFilter$
java.lang.Object
org.apache.pekko.testkit.CustomEventFilter$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomEventFilter$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(scala.PartialFunction<Logging.LogEvent, Object> test, int occurrences) final StringtoString()scala.Option<scala.PartialFunction<Logging.LogEvent,Object>> unapply(CustomEventFilter x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CustomEventFilter$
public CustomEventFilter$()
-
-
Method Details
-
toString
-
apply
public CustomEventFilter apply(scala.PartialFunction<Logging.LogEvent, Object> test, int occurrences) -
unapply
-