Created
January 25, 2021 19:31
-
-
Save rdelrosario/39a251999ba81cadb5d3fce6c25ffef7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_cleanUp = _sourceCache.Connect() | |
.RefCount() | |
.Filter(filterPredicate) | |
.Bind(out _restaurants) | |
.DisposeMany() | |
.Subscribe(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment