akka.util
Class WildcardTree$

java.lang.Object
  extended by akka.util.WildcardTree$
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

WildcardTree$

public WildcardTree$()
Method Detail

apply

public <T> WildcardTree<T> apply()