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
-
Doing something like this:
Beta Was this translation helpful? Give feedback.
All reactions