8000 GitHub - bawkee/RxExt: Helper Extensions for System.Reactive
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bawkee/RxExt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0