Class PersistAll$
java.lang.Object
org.apache.pekko.persistence.typed.internal.PersistAll$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PersistAll$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<Event,State>
org.apache.pekko.persistence.typed.internal.PersistAll<Event,State> apply(scala.collection.immutable.Seq<Event> events) final StringtoString()<Event,State>
scala.Option<scala.collection.immutable.Seq<Event>>unapply(org.apache.pekko.persistence.typed.internal.PersistAll<Event, State> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PersistAll$
public PersistAll$()
-
-
Method Details
-
toString
-
apply
public <Event,State> org.apache.pekko.persistence.typed.internal.PersistAll<Event,State> apply(scala.collection.immutable.Seq<Event> events) -
unapply
public <Event,State> scala.Option<scala.collection.immutable.Seq<Event>> unapply(org.apache.pekko.persistence.typed.internal.PersistAll<Event, State> x$0)
-