Class PersistAll$

java.lang.Object
org.apache.pekko.persistence.typed.internal.PersistAll$
All Implemented Interfaces:
Serializable

public class PersistAll$ extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PersistAll$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <Event, State>
    org.apache.pekko.persistence.typed.internal.PersistAll<Event,State>
    apply(scala.collection.immutable.Seq<Event> events)
     
    final String
     
    <Event, State>
    scala.Option<scala.collection.immutable.Seq<Event>>
    unapply(org.apache.pekko.persistence.typed.internal.PersistAll<Event,State> x$0)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • MODULE$

      public static final PersistAll$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • PersistAll$

      public PersistAll$()
  • Method Details

    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • 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)