Class ORSet.DeltaGroup$

java.lang.Object
org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup$
All Implemented Interfaces:
Serializable
Enclosing class:
ORSet<A>

public static class ORSet.DeltaGroup$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

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

    • DeltaGroup$

      public DeltaGroup$()
  • Method Details

    • toString

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

      public <A> org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup<A> apply(scala.collection.immutable.IndexedSeq<ORSet.DeltaOp> ops)
    • unapply

      public <A> scala.Option<scala.collection.immutable.IndexedSeq<ORSet.DeltaOp>> unapply(org.apache.pekko.persistence.typed.crdt.ORSet.DeltaGroup<A> x$0)