Package akka.persistence.journal
Class EmptyEventSeq$
- java.lang.Object
- 
- akka.persistence.journal.EventSeq
- 
- akka.persistence.journal.EmptyEventSeq$
 
 
- 
- All Implemented Interfaces:
- EmptyEventSeq
 
 public class EmptyEventSeq$ extends EventSeq implements EmptyEventSeq 
- 
- 
Field SummaryFields Modifier and Type Field Description static EmptyEventSeq$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description EmptyEventSeq$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Nil$events()
 
- 
- 
- 
Field Detail- 
MODULE$public static final EmptyEventSeq$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 
-