RefSet

trait RefSet[T <: Exec[T], A]
class Object
trait Matchable
class Any

Value members

Abstract methods

def add(elem: A)(implicit tx: T): Boolean
def contains(elem: A)(implicit tx: T): Boolean
def foreach[B](f: A => B)(implicit tx: T): Unit
def isEmpty(implicit tx: T): Boolean
def remove(elem: A)(implicit tx: T): Boolean
def size(implicit tx: T): Int
def toSet(implicit tx: T): Set[A]