Set

object Set
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final
class EmptyEntry[T <: Exec[T]] extends EntryOption[T]
final
class Entry[T <: Exec[T]] extends EntryOption[T] with MutableImpl[T] with TOrdered[T, Entry[T]]
sealed
trait EntryOption[T <: Exec[T]]

Value members

Concrete methods

def empty[T <: Exec[LazyRef(...)]](rootTag: Int)(implicit tx: T): Set[T]
def read[T <: Exec[LazyRef(...)]](in: DataInput)(implicit tx: T): Set[T]

Implicits

Implicits

implicit
def format[T <: Exec[LazyRef(...)]]: TFormat[T, Set[T]]