ReactiveUI.Primitives.Core namespace¶
Part of the ReactiveUI.Primitives.Core package.
| Type | Kind | Summary |
|---|---|---|
| EventPattern | struct | Represents a .NET event notification as a value. |
| IObserver | interface | Provides a mechanism for receiving push-based notifications and returning a response. |
| Moment | struct | Represents a value captured at a scheduler timestamp. |
| PriorityQueue | class | Binary heap priority queue that preserves insertion order for equal-priority items. |
| SparkKind | enum | Indicates the type of a spark. |
| TimeInterval | struct | Represents a value associated with time interval information. The time interval can represent the time it took to produce the value, the interval relative to a previous value, the value's delivery time relative to a base, etc. |