akka.testkit
Class DebugFilter$

java.lang.Object
  extended by akka.testkit.DebugFilter$
All Implemented Interfaces:
java.io.Serializable

public class DebugFilter$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static DebugFilter$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
DebugFilter$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final DebugFilter$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

DebugFilter$

public DebugFilter$()