trait VarImpl[S <: Sys[S], A, Repr <: Expr[S, A]] extends Expr[S, A] with Var[impl.VarImpl.S.Tx, Repr] with NodeImpl[S, A]
Ordering
- Alphabetic
- By Inheritance
Inherited
- VarImpl
- NodeImpl
- SingleNode
- Node
- Var
- Source
- Sink
- Expr
- Obj
- Mutable
- Identifiable
- Elem
- Publisher
- Disposable
- Writable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
Changed extends SingleEvent[S, A]
- Definition Classes
- SingleNode
Abstract Value Members
Concrete 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
-
final
def
apply()(implicit tx: S.Tx): Repr
- Definition Classes
- VarImpl → Source
-
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
- @throws( ... )
- final def connect()(implicit tx: S.Tx): VarImpl.this.type
-
final
def
dispose()(implicit tx: S.Tx): Unit
- Definition Classes
- Node → Disposable
-
final
def
disposeData()(implicit tx: S.Tx): Unit
- Attributes
- protected
- Definition Classes
- VarImpl → 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
-
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
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toString(): String
-
final
def
update(expr: Repr)(implicit tx: S.Tx): Unit
- Definition Classes
- VarImpl → Sink
- final def value(implicit tx: S.Tx): A
-
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
- @throws( ... )
-
final
def
write(out: DataOutput): Unit
- Definition Classes
- Node → Writable
-
final
def
writeData(out: DataOutput): Unit
- Attributes
- protected
- Definition Classes
- VarImpl → Node
-
object
changed
extends Changed with Generator[S, Change[A]]
- Definition Classes
- VarImpl → SingleNode → Publisher