SysInMemorySet

final
class SysInMemorySet[T <: Txn[T], A] extends RefSet[T, A]
trait RefSet[T, A]
class Object
trait Matchable
class Any

Value members

Concrete 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]