TopoBundle

reactives.scheduler.TopoBundle
See theTopoBundle companion trait
object TopoBundle extends TopoBundle

Attributes

Companion
trait
Graph
Supertypes
trait TopoBundle
class Object
trait Matchable
class Any
Self type
TopoBundle.type

Members list

Type members

Inherited classlikes

class TopoInitializer(afterCommitObservers: ListBuffer[Observation]) extends Initializer[State]

Attributes

Inherited from:
TopoBundle
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
TopoBundle
Supertypes
trait Scheduler[State]
class Object
trait Matchable
class Any
Show all

Attributes

Inherited from:
TopoBundle
Supertypes
trait Scheduler[State]
class Object
trait Matchable
class Any
Known subtypes
object TopoScheduler
class TopoState[V](var value: V)

Attributes

Inherited from:
TopoBundle
Supertypes
class Object
trait Matchable
class Any
case class TopoTransaction(initializer: TopoInitializer) extends Transaction[State]

Attributes

Inherited from:
TopoBundle
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Util

Attributes

Inherited from:
TopoBundle
Supertypes
class Object
trait Matchable
class Any

Types

override type State[V] = TopoState[V]

Inherited types

type Derived = of[State]

Attributes

Inherited from:
TopoBundle
type ReSource = of[State]

Attributes

Inherited from:
TopoBundle

Value members

Concrete methods

override def makeDerivedStructStateBundle[V](ip: V): TopoState[V]

Attributes

Definition Classes