takes any function that will take a subscriber for this observable and produce a subscriber. this is intended to allow externally defined operators, that use make_subscriber, to be connected into the expression.
More...
takes any function that will take a subscriber for this observable and produce a subscriber. this is intended to allow externally defined operators, that use make_subscriber, to be connected into the expression.
- Template Parameters
-
ResultType | the type of the emitted results. |
Operator | the type of the operator. |
- Returns
- An observable that emitting the items from its source.