FSharpPlus


Observable.ObservableUpdate<'T> Type

Union type that represents different messages that can be sent to the IObserver interface. The IObserver type is equivalent to a type that has just OnNext method that gets 'ObservableUpdate' as an argument.

Union cases

Union case Description

Completed

Full Usage: Completed

Item : ExceptionDispatchInfo

Next 'T

Full Usage: Next 'T

Parameters:
    Item : 'T

Item : 'T