Last updated 2 years ago
interface Operator<T, R> { call(subscriber: Subscriber<R>, source: any): TeardownLogic; }
call(subscriber: Subscriber, source: any): TeardownLogic
TeardownLogic
subscriber
Tipo: Subscriber.
Subscriber
source
Tipo: any.
any