For the complete documentation index, see llms.txt. This page is also available as Markdown.

Operator

interface Operator<T, R> {
  call(subscriber: Subscriber<R>, source: any): TeardownLogic;
}

Métodos

call()

Firma

call(subscriber: Subscriber, source: any): TeardownLogic

Parámetros

Retorna

TeardownLogic

subscriber

Tipo: Subscriber.

source

Tipo: any.

subscriber

Tipo: Subscriber.

source

Tipo: any.

Recursos adicionales

Source code

Documentación oficial en inglés

Last updated