Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created January 25, 2021 20:39
Show Gist options
  • Save rdelrosario/1d60c6b7cb9b45976462f17d34868886 to your computer and use it in GitHub Desktop.
Save rdelrosario/1d60c6b7cb9b45976462f17d34868886 to your computer and use it in GitHub Desktop.
_sourceCache.Connect()
.RefCount()
.Filter(countryPredicate)
.Filter(filterPredicate)
.Sort(sortPredicate)
.Bind(out _restaurants)
.DisposeMany()
.Subscribe();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment