Then¶
See also
- Official ReactiveX documentation: Then
-
Observable.
then
(selector)¶ Matches when the observable sequence has an available value and projects the value.
Parameters: selector (types.FunctionType) – Selector that will be invoked for values in the source sequence. Returns: Plan that produces the projected values, to be fed (with other plans) to the when operator. Return type: Plan