final class Tuple1[S <: Sys[S], T1, ReprT1[~ <: Sys[~]] <: Expr[~, T1]] extends impl.Tuple1[S, Int, T1, IntObj, ReprT1] with IntObj[S]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tuple1
- IntObj
- Tuple1
- NodeImpl
- SingleNode
- Node
- Expr
- Obj
- Mutable
- Identifiable
- Elem
- Publisher
- Disposable
- Writable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Type Members
-
trait
Changed extends SingleEvent[S, A]
- Definition Classes
- SingleNode
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
_1: ReprT1[S]
- Definition Classes
- Tuple1 → Tuple1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
attr(implicit tx: S.Tx): AttrMap[S]
- Definition Classes
- Obj
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
connect()(implicit tx: S.Tx): Tuple1.this.type
- Definition Classes
- Tuple1
-
final
def
dispose()(implicit tx: S.Tx): Unit
- Definition Classes
- Node → Disposable
-
def
disposeData()(implicit tx: S.Tx): Unit
- Attributes
- protected
- Definition Classes
- Tuple1 → Node
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Identifiable → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- Identifiable → AnyRef → Any
-
final
def
id: S.Id
- Definition Classes
- Node → Identifiable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
op: Tuple1Op[Int, T1, IntObj, ReprT1]
- Definition Classes
- Tuple1 → Tuple1
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val targets: Targets[S]
- def toString(): String
- def tpe: stm.Obj.Type
-
def
value(implicit tx: S.Tx): Int
- Definition Classes
- Tuple1 → Expr
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- final def write(out: DataOutput): Unit
-
def
writeData(out: DataOutput): Unit
- Attributes
- protected
- Definition Classes
- Tuple1 → Node
-
object
changed extends (impl.Tuple1.this)#Changed
- Definition Classes
- Tuple1 → SingleNode → Publisher