bawkee / RxExt

Helper Extensions for System.Reactive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxExt

Simple but extremely useful helper extensions for System.Reactive.

NuGet

Some of the extension methods include:

  • PairWithPrevious
  • SeriallyDispose
  • MaxSoFar / MinSoFar
  • Invert
  • ThrottleBuffer
  • Throttle with interval selector
  • StartWith that works correctly™ with enumerables
  • RetryWhile, a RetryWhen with a twist
  • OnSubscribed lets you do things when subscribed
  • EnsureAction makes sure an action is done no matter what
  • WhereNotNull
  • As which applies c# type testing as operator

About

Helper Extensions for System.Reactive

License:The Unlicense


Languages

Language:C# 100.0%