akka.persistence
Class DeliveredByPersistentChannel$

java.lang.Object
  extended by scala.runtime.AbstractFunction4<java.lang.String,java.lang.Object,java.lang.Object,ActorRef,DeliveredByPersistentChannel>
      extended by akka.persistence.DeliveredByPersistentChannel$
All Implemented Interfaces:
java.io.Serializable, scala.Function4<java.lang.String,java.lang.Object,java.lang.Object,ActorRef,DeliveredByPersistentChannel>

public class DeliveredByPersistentChannel$
extends scala.runtime.AbstractFunction4<java.lang.String,java.lang.Object,java.lang.Object,ActorRef,DeliveredByPersistentChannel>
implements scala.Serializable

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

DeliveredByPersistentChannel$

public DeliveredByPersistentChannel$()