Class EventsSeq$

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

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <A> org.apache.pekko.persistence.typed.EventsSeq<A>
    apply(scala.collection.immutable.Seq<A> events)
     
    final String
     
    <A> scala.Option<scala.collection.immutable.Seq<A>>
    unapply(org.apache.pekko.persistence.typed.EventsSeq<A> 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 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 <A> org.apache.pekko.persistence.typed.EventsSeq<A> apply(scala.collection.immutable.Seq<A> events)
    • unapply

      public <A> scala.Option<scala.collection.immutable.Seq<A>> unapply(org.apache.pekko.persistence.typed.EventsSeq<A> x$0)