CellSet

final class CellSet[Ref[_], A] extends AnyVal

Similar to IncSet but specialized for domain references. Failed domains might be removed from this set automatically without emitting any delta.

Companion:
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def contains(ra: Ref[A]): Boolean
def head: Ref[A]
def size: Int
def toList: List[Ref[A]]
def union(that: CellSet[Ref, A]): CellSet[Ref, A]

Concrete fields

val value: Set[Ref[A]]