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 Summary
Fields Modifier and Type Field Description static EmptyEventSeq$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EmptyEventSeq$()
-
Method Summary
All 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.
-
-