FirstOrDefault() Observable implementation on changing list #662
Unanswered
szekelymatyas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just want to get the first or default item of a changing collaction. Here is my first thought:
Is it okey? (probably not, but i ask it anyway)
Is it thread safe? (same⬆️)
Is this fast enough? (same⬆️)
How can i do it with Connect and IObservable<IChangeSet<>>? (propably gonna miss some edge cases if i do it)
Is there an existing implementation?
Beta Was this translation helpful? Give feedback.
All reactions