Packages

final class Tuple1[S <: Sys[S], T1, ReprT1[~ <: Sys[~]] <: Expr[~, T1]] extends impl.Tuple1[S, Int, T1, IntObj, ReprT1] with IntObj[S]

Linear Supertypes
IntObj[S], impl.Tuple1[S, Int, T1, IntObj, ReprT1], NodeImpl[S, Int], SingleNode[S, Change[Int]], Node[S], Expr[S, Int], Obj[S], Mutable[S.Id, S.Tx], Identifiable[S.Id], Elem[S], Publisher[S, Change[Int]], Disposable[S.Tx], Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple1
  2. IntObj
  3. Tuple1
  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 Tuple1(targets: Targets[S], op: Tuple1Op[Int, T1, IntObj, ReprT1], _1: ReprT1[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
    Tuple1 → Tuple1
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def attr(implicit tx: S.Tx): AttrMap[S]
    Definition Classes
    Obj
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def connect()(implicit tx: S.Tx): Tuple1.this.type
    Definition Classes
    Tuple1
  9. final def dispose()(implicit tx: S.Tx): Unit
    Definition Classes
    NodeDisposable
  10. def disposeData()(implicit tx: S.Tx): Unit
    Attributes
    protected
    Definition Classes
    Tuple1 → Node
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(that: Any): Boolean
    Definition Classes
    Identifiable → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    Identifiable → AnyRef → Any
  16. final def id: S.Id
    Definition Classes
    NodeIdentifiable
  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()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. val op: Tuple1Op[Int, T1, IntObj, ReprT1]
    Definition Classes
    Tuple1 → Tuple1
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. val targets: Targets[S]
    Attributes
    protected
    Definition Classes
    Tuple1Node
  24. def toString(): String
    Definition Classes
    Tuple1 → NodeImpl → NodeObj → AnyRef → Any
  25. def tpe: stm.Obj.Type
    Definition Classes
    Tuple1ObjElem
  26. def value(implicit tx: S.Tx): Int
    Definition Classes
    Tuple1 → Expr
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. final def write(out: DataOutput): Unit
    Definition Classes
    NodeWritable
  31. def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    Tuple1 → Node
  32. object changed extends (impl.Tuple1.this)#Changed
    Definition Classes
    Tuple1 → SingleNode → Publisher

Inherited from IntObj[S]

Inherited from impl.Tuple1[S, Int, T1, IntObj, ReprT1]

Inherited from NodeImpl[S, Int]

Inherited from SingleNode[S, Change[Int]]

Inherited from Node[S]

Inherited from Expr[S, Int]

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

Inherited from Disposable[S.Tx]

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped