FullMVBundle

rescala.fullmv.FullMVBundle
trait FullMVBundle

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Mirror
class FullMVApi
object default
trait TaskBundle
Show all
Self type

Members list

Type members

Classlikes

class FullMVEngine(val timeout: Duration, val schedulerName: String) extends SchedulerImpl[State, TransactionHandle], FullMVTurnHost, HostImpl[FullMVTurn]

Attributes

Supertypes
trait Host[FullMVTurn]
trait Scheduler[State]
class Object
trait Matchable
class Any
Show all
trait FullMVState[V, T <: FullMVTurn]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FullMVTurn

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
FullMVTurn.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
case class TransactionHandle(ti: FullMVTurn) extends Transaction[State]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type OutDep = of[State]
type Reactive = of[State]
type State[V] = FullMVState[V, FullMVTurn]