class
SidupState[V] extends TwoVersionState[V]
Instance Constructors
-
new
SidupState(initialValue: V)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
base(token: Token): V
-
def
clone(): AnyRef
-
def
commit(r: (V) ⇒ V): Unit
-
var
current: V
-
-
-
-
-
-
def
finalize(): Unit
-
def
get(token: Token): V
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
refreshSources(): Unit
-
def
release(): Unit
-
var
sources: Set[SourceId]
-
var
sourcesChanged: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateIncoming(reactives: Set[Sidup.ReSource]): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
write(value: V, token: Token): Unit