transferum
    Preparing search index...

    Interface SubscribableInterface<T>

    Subscribable contract — registers a handler that is called on each emitted value.

    interface SubscribableInterface<T> {
        subscribe(handler: DataHandler<T>): SubscriberInterface;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index