Packages

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

Linear Supertypes
DoubleObj[S], impl.Tuple2[S, Double, T1, T2, DoubleObj, ReprT1, ReprT2], NodeImpl[S, Double], SingleNode[S, Change[Double]], Node[S], Expr[S, Double], Obj[S], Mutable[S.Id, S.Tx], Identifiable[S.Id], Elem[S], Publisher[S, Change[Double]], Disposable[S.Tx], Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple2
  2. DoubleObj
  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[Double, T1, T2, DoubleObj, 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
    Tuple2 → Tuple2
  5. val _2: ReprT2[S]
    Definition Classes
    Tuple2 → Tuple2
  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
    @native() @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
    NodeDisposable
  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
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    Identifiable → AnyRef → Any
  17. final def id: S.Id
    Definition Classes
    NodeIdentifiable
  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
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val op: Tuple2Op[Double, T1, T2, DoubleObj, ReprT1, ReprT2]
    Definition Classes
    Tuple2 → Tuple2
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. val targets: Targets[S]
    Attributes
    protected
    Definition Classes
    Tuple2Node
  25. def toString(): String
    Definition Classes
    Tuple2 → NodeImpl → NodeObj → AnyRef → Any
  26. def tpe: stm.Obj.Type
    Definition Classes
    Tuple2ObjElem
  27. def value(implicit tx: S.Tx): Double
    Definition Classes
    Tuple2 → Expr
  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
    @native() @throws( ... )
  31. final def write(out: DataOutput): Unit
    Definition Classes
    NodeWritable
  32. def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    Tuple2 → Node
  33. object changed extends (impl.Tuple2.this)#Changed
    Definition Classes
    Tuple2 → SingleNode → Publisher

Inherited from DoubleObj[S]

Inherited from impl.Tuple2[S, Double, T1, T2, DoubleObj, ReprT1, ReprT2]

Inherited from NodeImpl[S, Double]

Inherited from SingleNode[S, Change[Double]]

Inherited from Node[S]

Inherited from Expr[S, Double]

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[Double]]

Inherited from Disposable[S.Tx]

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped