Packages

final class Tuple2[S <: Sys[S], T1, ReprT1[~ <: Sys[~]] <: Expr[~, T1], T2, ReprT2[~ <: Sys[~]] <: Expr[~, T2]] extends impl.Tuple2[S, Long, T1, T2, LongObj, ReprT1, ReprT2] with LongObj[S]

Linear Supertypes
LongObj[S], impl.Tuple2[S, Long, T1, T2, LongObj, ReprT1, ReprT2], NodeImpl[S, Long], SingleNode[S, Change[Long]], Node[S], Expr[S, Long], Obj[S], Mutable[S.ID, S.Tx], Identifiable[S.ID], Elem[S], Publisher[S, Change[Long]], Disposable[S.Tx], Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple2
  2. LongObj
  3. Tuple2
  4. NodeImpl
  5. SingleNode
  6. Node
  7. Expr
  8. Obj
  9. Mutable
  10. Identifiable
  11. Elem
  12. Publisher
  13. Disposable
  14. Writable
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Type Members

  1. trait Changed extends SingleEvent[S, A]
    Definition Classes
    SingleNode

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[S]
    Definition Classes
    Tuple2Tuple2
  5. val _2: ReprT2[S]
    Definition Classes
    Tuple2Tuple2
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def attr(implicit tx: S.Tx): AttrMap[S]
    Definition Classes
    Obj
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def connect()(implicit tx: S.Tx): Tuple2.this.type
    Definition Classes
    Tuple2
  10. final def dispose()(implicit tx: S.Tx): Unit
    Definition Classes
    Node → Disposable
  11. def disposeData()(implicit tx: S.Tx): Unit
    Attributes
    protected
    Definition Classes
    Tuple2 → Node
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(that: Any): Boolean
    Definition Classes
    Identifiable → AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    Identifiable → AnyRef → Any
  17. final def id: S.ID
    Definition Classes
    Node → Identifiable
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. val op: Tuple2Op[Long, T1, T2, LongObj, ReprT1, ReprT2]
    Definition Classes
    Tuple2Tuple2
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. val targets: Targets[S]
    Attributes
    protected
    Definition Classes
    Tuple2 → Node
  25. def toString(): String
    Definition Classes
    Tuple2NodeImpl → Node → Obj → AnyRef → Any
  26. def tpe: Type
    Definition Classes
    Tuple2 → Obj → Elem
  27. def value(implicit tx: S.Tx): Long
    Definition Classes
    Tuple2Expr
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def write(out: DataOutput): Unit
    Definition Classes
    Node → Writable
  32. def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    Tuple2 → Node
  33. object changed extends (Tuple2.this)#Changed
    Definition Classes
    Tuple2 → SingleNode → Publisher

Inherited from LongObj[S]

Inherited from impl.Tuple2[S, Long, T1, T2, LongObj, ReprT1, ReprT2]

Inherited from NodeImpl[S, Long]

Inherited from SingleNode[S, Change[Long]]

Inherited from Node[S]

Inherited from Expr[S, Long]

Inherited from Obj[S]

Inherited from Mutable[S.ID, S.Tx]

Inherited from Identifiable[S.ID]

Inherited from Elem[S]

Inherited from Publisher[S, Change[Long]]

Inherited from Disposable[S.Tx]

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped