https://github.com/reactivemarbles/extensions
Extensions for System.Reactive
https://github.com/reactivemarbles/extensions
Last synced: about 1 year ago
JSON representation
Extensions for System.Reactive
- Host: GitHub
- URL: https://github.com/reactivemarbles/extensions
- Owner: reactivemarbles
- License: mit
- Created: 2022-07-05T03:40:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T19:08:47.000Z (about 1 year ago)
- Last Synced: 2025-03-24T20:23:48.899Z (about 1 year ago)
- Language: C#
- Size: 112 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extensions
## Overview
Extensions for concerns found in System.Reactive that make consuming the library and using it to build an application easier.
## The library contains the following extensions
### `ReactiveMarbles.Extensions`
#### `ReactiveExtensions`
- WhereIsNotNull
- AsSignal
- SyncTimer
- BufferUntil
- CatchIgnore
- CombineLatestValuesAreAllFalse
- CombineLatestValuesAreAllTrue
- GetMax
- GetMin
- DetectStale
- Conflate
- Heartbeat
- WithLimitedConcurrency
- OnNext
- ObserveOnSafe
- Start
- ForEach
- ScheduleSafe
- FromArray
- Using
- While
- Schedule
- Filter
- Shuffle
- OnErrorRetry
- TakeUntil
- SyncronizeAsync
- SubscribeAsync
- SyncronizeSynchronous
- SubscribeSynchronous