akka.persistence
Class JournalProtocol.WriteMessages$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<scala.collection.immutable.Seq<Resequenceable>,ActorRef,java.lang.Object,JournalProtocol.WriteMessages>
      extended by akka.persistence.JournalProtocol.WriteMessages$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<scala.collection.immutable.Seq<Resequenceable>,ActorRef,java.lang.Object,JournalProtocol.WriteMessages>
Enclosing class:
JournalProtocol

public static class JournalProtocol.WriteMessages$
extends scala.runtime.AbstractFunction3<scala.collection.immutable.Seq<Resequenceable>,ActorRef,java.lang.Object,JournalProtocol.WriteMessages>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static JournalProtocol.WriteMessages$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
JournalProtocol.WriteMessages$()
           
 
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 JournalProtocol.WriteMessages$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

JournalProtocol.WriteMessages$

public JournalProtocol.WriteMessages$()