Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValueAndUpdates<T>

A read only wrapper around DefaultValueProducer that allows to synchonously get the current value using the .value property and listen to to updates by suscribing to the .updates stream

Type parameters

  • T

Hierarchy

  • ValueAndUpdates

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

updates

updates: MemoryStream<T>

value

value: T

Methods

waitFor

Generated using TypeDoc