akka.actor
Class SelectParent$

java.lang.Object
  extended by akka.actor.SelectParent$
All Implemented Interfaces:
SelectionPathElement, java.io.Serializable, scala.Equals, scala.Product

public class SelectParent$
extends java.lang.Object
implements SelectionPathElement, scala.Product, scala.Serializable

INTERNAL API

See Also:
Serialized Form

Field Summary
static SelectParent$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SelectParent$()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

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

Constructor Detail

SelectParent$

public SelectParent$()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object