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
Resolves as soon as search value is found.
either a value or a function that must return true when found
the value of the update that caused the search match
Generated using TypeDoc
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