Class EventsSeq$

java.lang.Object
org.apache.pekko.persistence.journal.EventsSeq$
All Implemented Interfaces:
Serializable

public class EventsSeq$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

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

    • EventsSeq$

      public EventsSeq$()
  • Method Details

    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • apply

      public <E> EventsSeq<E> apply(scala.collection.immutable.Seq<E> events)
    • unapply

      public <E> scala.Option<scala.collection.immutable.Seq<E>> unapply(EventsSeq<E> x$0)