<PackageReference Include="System.Reactive" Version="6.0.1-preview.1" />
AnonymousObserver<T>
Class to create an
IObserver<T> instance from delegate-based implementations of the On* methods.
Creates an observer from the specified
OnNext action.
Creates an observer from the specified
OnNext and
OnError actions.