Deprecated

Internal implementation detail, do not use directly. Will be made internal in v8.

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

Type Parameters

  • T

  • R

Methods

Methods