Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created January 25, 2021 19:31
Show Gist options
  • Save rdelrosario/39a251999ba81cadb5d3fce6c25ffef7 to your computer and use it in GitHub Desktop.
Save rdelrosario/39a251999ba81cadb5d3fce6c25ffef7 to your computer and use it in GitHub Desktop.
_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