Skip to content

ReactiveUI.Primitives.Reactive.Advanced namespace

Part of the ReactiveUI.Primitives.Reactive package.

TypeKindSummary
ImmutableReturnRxVoidSignalclassAn allocation-free observable that emits a single value and then completes; the concrete singleton backing for the RxVoid emit path.
ReturnSignalclassAn observable that emits a single value then completes on the supplied scheduler; the concrete backing for the scheduled emit path.
SignalSubscriptionclassShared subscription routing for signal implementations.
SparkWitnessclassSink that materializes notifications into [Spark](# values.
TimeIntervalWitnessclassSink that annotates each value with the elapsed interval since the previous value.
UnsparkWitnessclassSink that dematerializes [Spark](# values into notifications.