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