Processor[A: Any #share, B: Any #share]¶
A Processor represents a processing stage—which is both a Subscriber and a Publisher and obeys the contracts of both.
Implements¶
- Subscriber[A] tag
- Publisher[B] tag
Public Behaviours¶
on_subscribe¶
Parameters¶
- s: Subscription iso
on_next¶
Parameters¶
- a: A
on_error¶
Parameters¶
- e: ReactiveError val
on_complete¶
subscribe¶
Parameters¶
- s: Subscriber[B] tag