AdmissionTicket

rescala.core.AdmissionTicket
final class AdmissionTicket[State[_]](val tx: Transaction[State], declaredWrites: Set[of[State]])

Enables reading of the current value during admission. Keeps track of written sources internally.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def now[A](reactive: of[State, A]): A

convenience method as many case studies depend on this being available directly on the AT

convenience method as many case studies depend on this being available directly on the AT

Attributes

def recordChange[T](ic: InitialChange[State]): Unit

Concrete fields

val tx: Transaction[State]