Source

reactives.operator.Source
trait Source[T] extends ReSource

Attributes

Graph
Supertypes
trait ReSource
class Object
trait Matchable
class Any
Known subtypes
class Evt[T]
class Var[A]

Members list

Type members

Inherited and Abstract types

type State[_]

Additional structure required by schedulers for their propagation. For example, outgoing dependencies, multi-versioned values, locks.

Additional structure required by schedulers for their propagation. For example, outgoing dependencies, multi-versioned values, locks.

Attributes

Inherited from:
ReSource
type Value

The type of the time-changing Value contained in this ReSource

The type of the time-changing Value contained in this ReSource

Attributes

Inherited from:
ReSource

Value members

Abstract methods

def admitPulse(pulse: Pulse[T])(using ticket: AdmissionTicket[State]): Unit

Concrete methods

final def admit(value: T)(using ticket: AdmissionTicket[State]): Unit

Inherited and Abstract methods

def info: ReInfo

Developer friendly information about the resource.

Developer friendly information about the resource.

Attributes

Inherited from:
ReSource