ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.36k stars 272 forks source link

add ability to identify if latest data in the stream was value #728

Closed TatsuUkraine closed 1 year ago

TatsuUkraine commented 1 year ago

Provides proxy getter for Wrapper.isValue field, to identify if most recent data in the stream was value

fixes #603

TatsuUkraine commented 1 year ago

Closing due to #729