Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created January 25, 2021 19:28
Show Gist options
  • Save rdelrosario/df8283ebe2f9819f2253918aa146f760 to your computer and use it in GitHub Desktop.
Save rdelrosario/df8283ebe2f9819f2253918aa146f760 to your computer and use it in GitHub Desktop.
var filterPredicate = this.WhenAnyValue(x => x.SearchText)
.Throttle(TimeSpan.FromMilliseconds(250), RxApp.TaskpoolScheduler)
.DistinctUntilChanged()
.Select(restaurantFilter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment