Package akka.persistence.typed.crdt
Class ORSet.AddDeltaOp$
- java.lang.Object
-
- akka.persistence.typed.crdt.ORSet.AddDeltaOp$
-
-
Field Summary
Fields Modifier and Type Field Description static ORSet.AddDeltaOp$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AddDeltaOp$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> ORSet.AddDeltaOp<A>
apply(ORSet<A> underlying)
<A> scala.Option<ORSet<A>>
unapply(ORSet.AddDeltaOp<A> arg)
-
-
-
Field Detail
-
MODULE$
public static final ORSet.AddDeltaOp$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <A> ORSet.AddDeltaOp<A> apply(ORSet<A> underlying)
-
unapply
public <A> scala.Option<ORSet<A>> unapply(ORSet.AddDeltaOp<A> arg)
-
-