Replies: 1 comment
-
You can use This should work as expected (assuming class Model
{
public IObservable<bool> IsSelected { get; }
}
sourceCache
.Connect()
.FilterOnObservable(x => x.IsSelected)
.Bind(out var collection)
.Subscribe(); |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Doing something like this:
Beta Was this translation helpful? Give feedback.
All reactions