akka.persistence
Class PersistentImpl$

java.lang.Object
  extended by scala.runtime.AbstractFunction6<java.lang.Object,java.lang.Object,java.lang.String,java.lang.Object,scala.collection.immutable.Seq<java.lang.String>,ActorRef,PersistentImpl>
      extended by akka.persistence.PersistentImpl$
All Implemented Interfaces:
java.io.Serializable, scala.Function6<java.lang.Object,java.lang.Object,java.lang.String,java.lang.Object,scala.collection.immutable.Seq<java.lang.String>,ActorRef,PersistentImpl>

public class PersistentImpl$
extends scala.runtime.AbstractFunction6<java.lang.Object,java.lang.Object,java.lang.String,java.lang.Object,scala.collection.immutable.Seq<java.lang.String>,ActorRef,PersistentImpl>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static PersistentImpl$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
PersistentImpl$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction6
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function6
apply
 

Field Detail

MODULE$

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

Constructor Detail

PersistentImpl$

public PersistentImpl$()