Packages

final class Tuple2[T <: Txn[T], T1, ReprT1[~ <: Txn[~]] <: Expr[~, T1], T2, ReprT2[~ <: Txn[~]] <: Expr[~, T2]] extends ExprTuple2[T, Long, T1, T2, LongObj, ReprT1, ReprT2] with LongObj[T]

Linear Supertypes
LongObj[T], ExprTuple2[T, Long, T1, T2, LongObj, ReprT1, ReprT2], ExprNodeImpl[T, Long], SingleEventNode[T, Change[Long]], Node[T], Expr[T, Long], Obj[T], Mutable[T], Identified[T], Elem[T], Publisher[T, Change[Long]], Disposable[T], Writable, ExprLike[T, Long], Form[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple2
  2. LongObj
  3. ExprTuple2
  4. ExprNodeImpl
  5. SingleEventNode
  6. Node
  7. Expr
  8. Obj
  9. Mutable
  10. Identified
  11. Elem
  12. Publisher
  13. Disposable
  14. Writable
  15. ExprLike
  16. Form
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tuple2(targets: Targets[T], op: ExprTuple2Op[Long, T1, T2, ReprT1, ReprT2], _1: ReprT1[T], _2: ReprT2[T])

Type Members

  1. trait Changed extends SingleEvent[T, A]
    Definition Classes
    SingleEventNode

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _1: ReprT1[T]
    Definition Classes
    Tuple2 → ExprTuple2
  5. val _2: ReprT2[T]
    Definition Classes
    Tuple2 → ExprTuple2
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def attr(implicit tx: T): AttrMap[T]
    Definition Classes
    Obj
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def connect()(implicit tx: T): Tuple2.this.type
    Definition Classes
    ExprTuple2
  10. final def dispose()(implicit tx: T): Unit
    Definition Classes
    NodeDisposable
  11. def disposeData()(implicit tx: T): Unit
    Attributes
    protected
    Definition Classes
    ExprTuple2 → Node
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean
    Definition Classes
    Identified → AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    Identified → AnyRef → Any
  16. final def id: Ident[T]
    Definition Classes
    NodeIdentified
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val op: ExprTuple2Op[Long, T1, T2, ReprT1, ReprT2]
    Definition Classes
    Tuple2 → ExprTuple2
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. val targets: Targets[T]
    Attributes
    protected
    Definition Classes
    Tuple2Node
  24. def toString(): String
    Definition Classes
    ExprTuple2 → ExprNodeImpl → NodeObj → AnyRef → Any
  25. def tpe: Type
    Definition Classes
    Tuple2ObjElem
  26. def value(implicit tx: T): Long
    Definition Classes
    ExprTuple2 → ExprLike
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def write(out: DataOutput): Unit
    Definition Classes
    NodeWritable
  31. def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    ExprTuple2 → Node
  32. object changed extends impl.ExprTuple2.Changed
    Definition Classes
    ExprTuple2 → SingleEventNode → PublisherExprLike

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from LongObj[T]

Inherited from ExprTuple2[T, Long, T1, T2, LongObj, ReprT1, ReprT2]

Inherited from ExprNodeImpl[T, Long]

Inherited from SingleEventNode[T, Change[Long]]

Inherited from Node[T]

Inherited from Expr[T, Long]

Inherited from Obj[T]

Inherited from Mutable[T]

Inherited from Identified[T]

Inherited from Elem[T]

Inherited from Publisher[T, Change[Long]]

Inherited from Disposable[T]

Inherited from Writable

Inherited from ExprLike[T, Long]

Inherited from Form[T]

Inherited from AnyRef

Inherited from Any

Ungrouped