object ORSet extends Serializable

Source
ORSet.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ORSet
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(): ORSet[Any]
  2. def create[A](): ORSet[A]

    Java API

  3. def empty[A]: ORSet[A]
  4. def unapply(a: ReplicatedData): Option[Set[Any]]

    Extract the ORSet#elements of an ORSet.

  5. def unapply[A](s: ORSet[A]): Option[Set[A]]

    Extract the ORSet#elements.