Class ORSet.AddDeltaOp$

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

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

    • MODULE$

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

    • AddDeltaOp$

      public AddDeltaOp$()
  • Method Details

    • toString

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

      public <A> org.apache.pekko.persistence.typed.crdt.ORSet.AddDeltaOp<A> apply(ORSet<A> underlying)
    • unapply

      public <A> scala.Option<ORSet<A>> unapply(org.apache.pekko.persistence.typed.crdt.ORSet.AddDeltaOp<A> x$0)