akka.persistence
Class ConfirmablePersistent$

java.lang.Object
  extended by akka.persistence.ConfirmablePersistent$

public class ConfirmablePersistent$
extends java.lang.Object


Field Summary
static ConfirmablePersistent$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ConfirmablePersistent$()
           
 
Method Summary
 scala.Option<scala.Tuple3<java.lang.Object,java.lang.Object,java.lang.Object>> unapply(ConfirmablePersistent persistent)
          ConfirmablePersistent extractor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ConfirmablePersistent$

public ConfirmablePersistent$()
Method Detail

unapply

public scala.Option<scala.Tuple3<java.lang.Object,java.lang.Object,java.lang.Object>> unapply(ConfirmablePersistent persistent)
ConfirmablePersistent extractor.

Parameters:
persistent - (undocumented)
Returns:
(undocumented)