PatElem

object PatElem
class Object
trait Matchable
class Any

Type members

Classlikes

final
class RefMapIn

Types

type RefMapOut = IdentityHashMap[Product, Integer]

Value members

Concrete methods

def copyVar[T <: Exec[LazyRef(...)], A](id: Ident[T], value: A)(implicit tx: T): Var[T, A]
def makeVar[T <: Exec[LazyRef(...)], A](id: Ident[T])(implicit tx: T): Var[T, A]
def read[A](in: DataInput): A
def read(in: DataInput, ref0: RefMapIn): Any
def readVar[T <: Exec[LazyRef(...)], A](id: Ident[T], in: DataInput): Var[T, A]
def write[A](v: A, out: DataOutput): Unit
def write(v: Any, out: DataOutput, ref0: RefMapOut): RefMapOut

Implicits

Implicits

implicit
def format[A]: ConstFormat[A]
implicit
def setFormat[A]: ConstFormat[Set[A]]
implicit
def vecFormat[A]: ConstFormat[IndexedSeq[A]]