ChangeEventImpl

reactives.structure.ChangeEventImpl
class ChangeEventImpl[T](initial: ParRPState[(Pulse[T], Pulse[Diff[T]])], signal: of[State] { type Value <: Pulse[T]; }, name: ReInfo) extends Base[(Pulse[T], Pulse[Diff[T]])], Derived, DisconnectableImpl

Attributes

Graph
Supertypes
trait Derived
class Base[(Pulse[T], Pulse[Diff[T]])]
trait ReSource
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type Value = (Pulse[T], Pulse[Diff[T]])

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

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

Attributes

Inherited types

final type ReIn = ReevTicket[State, Value]

Attributes

Inherited from:
Derived
final type Rout = Result[State, Value]

Attributes

Inherited from:
Derived
override type State[V2] = ParRPState[V2]

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:
Base

Value members

Inherited methods

final def disconnect(): Unit

Attributes

Inherited from:
DisconnectableImpl
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Base -> Any
Inherited from:
Base

Inherited fields

override val info: ReInfo

Developer friendly information about the resource.

Developer friendly information about the resource.

Attributes

Inherited from:
Base

Extensions

Extensions

extension (v: (Pulse[T], Pulse[Diff[T]]))
def access: Pulse[Diff[T]]