akka.persistence.journal
Class JournalSpec.Confirmation$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<java.lang.String,java.lang.String,java.lang.Object,JournalSpec.Confirmation>
      extended by akka.persistence.journal.JournalSpec.Confirmation$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<java.lang.String,java.lang.String,java.lang.Object,JournalSpec.Confirmation>
Enclosing interface:
JournalSpec

public static class JournalSpec.Confirmation$
extends scala.runtime.AbstractFunction3<java.lang.String,java.lang.String,java.lang.Object,JournalSpec.Confirmation>
implements scala.Serializable

See Also:
Serialized Form

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

Constructor Detail

JournalSpec.Confirmation$

public JournalSpec.Confirmation$()