Packages

final class Tuple1[T <: Txn[T], T1, ReprT1[~ <: Txn[~]] <: Expr[~, T1]] extends ExprTuple1[T, Boolean, T1, BooleanObj, ReprT1] with BooleanObj[T]

Linear Supertypes
BooleanObj[T], ExprTuple1[T, Boolean, T1, BooleanObj, ReprT1], ExprNodeImpl[T, Boolean], SingleEventNode[T, Change[Boolean]], Node[T], Expr[T, Boolean], Obj[T], Mutable[T], Identified[T], Elem[T], Publisher[T, Change[Boolean]], Disposable[T], Writable, ExprLike[T, Boolean], Form[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple1
  2. BooleanObj
  3. ExprTuple1
  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 Tuple1(targets: Targets[T], op: ExprTuple1Op[Boolean, T1, ReprT1], _1: ReprT1[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
    Tuple1 → ExprTuple1
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def attr(implicit tx: T): AttrMap[T]
    Definition Classes
    Obj
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def connect()(implicit tx: T): Tuple1.this.type
    Definition Classes
    ExprTuple1
  9. final def dispose()(implicit tx: T): Unit
    Definition Classes
    NodeDisposable
  10. def disposeData()(implicit tx: T): Unit
    Attributes
    protected
    Definition Classes
    ExprTuple1 → Node
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(that: Any): Boolean
    Definition Classes
    Identified → AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    Identified → AnyRef → Any
  15. final def id: Ident[T]
    Definition Classes
    NodeIdentified
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val op: ExprTuple1Op[Boolean, T1, ReprT1]
    Definition Classes
    Tuple1 → ExprTuple1
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. val targets: Targets[T]
    Attributes
    protected
    Definition Classes
    Tuple1Node
  23. def toString(): String
    Definition Classes
    ExprTuple1 → ExprNodeImpl → NodeObj → AnyRef → Any
  24. def tpe: Type
    Definition Classes
    Tuple1ObjElem
  25. def value(implicit tx: T): Boolean
    Definition Classes
    ExprTuple1 → ExprLike
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def write(out: DataOutput): Unit
    Definition Classes
    NodeWritable
  30. def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    ExprTuple1 → Node
  31. object changed extends impl.ExprTuple1.Changed
    Definition Classes
    ExprTuple1 → 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 BooleanObj[T]

Inherited from ExprTuple1[T, Boolean, T1, BooleanObj, ReprT1]

Inherited from ExprNodeImpl[T, Boolean]

Inherited from SingleEventNode[T, Change[Boolean]]

Inherited from Node[T]

Inherited from Expr[T, Boolean]

Inherited from Obj[T]

Inherited from Mutable[T]

Inherited from Identified[T]

Inherited from Elem[T]

Inherited from Publisher[T, Change[Boolean]]

Inherited from Disposable[T]

Inherited from Writable

Inherited from ExprLike[T, Boolean]

Inherited from Form[T]

Inherited from AnyRef

Inherited from Any

Ungrouped