akka.persistence
Class SnapshotProtocol.LoadSnapshot$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<java.lang.String,SnapshotSelectionCriteria,java.lang.Object,SnapshotProtocol.LoadSnapshot>
      extended by akka.persistence.SnapshotProtocol.LoadSnapshot$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<java.lang.String,SnapshotSelectionCriteria,java.lang.Object,SnapshotProtocol.LoadSnapshot>
Enclosing class:
SnapshotProtocol

public static class SnapshotProtocol.LoadSnapshot$
extends scala.runtime.AbstractFunction3<java.lang.String,SnapshotSelectionCriteria,java.lang.Object,SnapshotProtocol.LoadSnapshot>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static SnapshotProtocol.LoadSnapshot$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
SnapshotProtocol.LoadSnapshot$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction3
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.Function3
apply
 

Field Detail

MODULE$

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

Constructor Detail

SnapshotProtocol.LoadSnapshot$

public SnapshotProtocol.LoadSnapshot$()