Tuple1

final
class Tuple1[T <: Txn[T], T1, ReprT1 <: ([~ <: Txn[~]] =>> Expr[~, T1])](val targets: Targets[T], val op: ExprTuple1Op[Int, T1, ReprT1], val _1: ReprT1[T]) extends ExprTuple1[T, Int, T1, [T <: Txn[T]] =>> IntObj[T], ReprT1] with IntObj[T]
trait IntObj[T]
trait ExprTuple1[T, Int, T1, [T <: Txn[T]] =>> IntObj[T], ReprT1]
trait ExprNodeImpl[T, Int]
trait SingleEventNode[T, Change[Int]]
trait Node[T]
trait Expr[T, Int]
trait Obj[T]
trait Mutable[T]
trait Identified[T]
trait Elem[T]
trait Publisher[T, Change[Int]]
trait Disposable[T]
trait Writable
trait ExprLike[T, Int]
trait Form[T]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

trait Changed
Inherited from
SingleEventNode
object changed
Inherited from
ExprTuple1

Value members

Concrete methods

def tpe: Type

Inherited methods

final
def attr(implicit tx: T): AttrMap[T]
Inherited from
Obj
def connect()(implicit tx: T): Tuple1[T, T1, ReprT1]
Inherited from
ExprTuple1
final
def dispose()(implicit tx: T): Unit
Inherited from
Node
protected
def disposeData()(implicit tx: T): Unit
Inherited from
ExprTuple1
override
def equals(that: Any): Boolean
Definition Classes
Identified -> Any
Inherited from
Identified
override
def hashCode: Int
Definition Classes
Identified -> Any
Inherited from
Identified
final
def id: Ident[T]
Inherited from
Node
override
def toString: String
Definition Classes
ExprTuple1 -> ExprNodeImpl -> Node -> Obj -> Any
Inherited from
ExprTuple1
def value(implicit tx: T): Int
Inherited from
ExprTuple1
final
def write(out: DataOutput): Unit
Inherited from
Node
protected
def writeData(out: DataOutput): Unit
Inherited from
ExprTuple1

Concrete fields

val _1: ReprT1[T]
val op: ExprTuple1Op[Int, T1, ReprT1]