Package akka.persistence
Class AtomicWrite$
- java.lang.Object
- 
- akka.persistence.AtomicWrite$
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class AtomicWrite$ extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static AtomicWrite$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description AtomicWrite$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomicWriteapply(PersistentRepr event)AtomicWriteapply(scala.collection.immutable.Seq<PersistentRepr> payload)scala.Option<scala.collection.immutable.Seq<PersistentRepr>>unapply(AtomicWrite x$0)
 
- 
- 
- 
Field Detail- 
MODULE$public static final AtomicWrite$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
applypublic AtomicWrite apply(PersistentRepr event) 
 - 
applypublic AtomicWrite apply(scala.collection.immutable.Seq<PersistentRepr> payload) 
 - 
unapplypublic scala.Option<scala.collection.immutable.Seq<PersistentRepr>> unapply(AtomicWrite x$0) 
 
- 
 
-