Class EmptyEventSeq$
java.lang.Object
org.apache.pekko.persistence.typed.EmptyEventSeq$
- All Implemented Interfaces:
Serializable,EventSeq<scala.runtime.Nothing$>,scala.Equals,scala.Product
public class EmptyEventSeq$
extends Object
implements EventSeq<scala.runtime.Nothing$>, scala.Product, Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EmptyEventSeq$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
EmptyEventSeq$
public EmptyEventSeq$()
-
-
Method Details
-
events
public scala.collection.immutable.Seq<scala.runtime.Nothing$> events() -
size
public int size() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode() -
toString
-