Skip to content

ReactiveUI.Internal namespace

Part of the ReactiveUI.Core package.

TypeKindSummary
StartWithObservableclassEmits a seed value on subscribe and then forwards the source — a fused replacement for StartWith(value) with no intermediate operator subscription.
TaskObservableclassBridges a Task to an observable: emits the task's result and completes, or forwards its fault / cancellation as an error. Replaces task.ToObservable() for internal use.