Chartbreaker
    Preparing search index...

    Interface Operator<T, R>

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

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

    Type Parameters

    • T
    • R
    Index

    Methods

    Methods