object ORSet extends Serializable
- Source
- ORSet.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ORSet
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait DeltaOp extends with with ReplicatedDataSerialization
Value Members
- def apply(): [Any]
- def create[A](): ORSet[A]
Java API
- def empty[A]: ORSet[A]
- def unapply(a: ReplicatedData): Option[Set[Any]]
Extract the ORSet#elements of an
ORSet
. - def unapply[A](s: ORSet[A]): Option[Set[A]]
Extract the ORSet#elements.