Interface Subscribable<T>

Type Parameters

  • T = any

Hierarchy

  • Subscribable

Implemented by

Methods

  • Parameters

    • onNext: ((value) => void)
        • (value): void
        • Parameters

          • value: T

          Returns void

    • Optional onError: ((reason) => void)
        • (reason): void
        • Parameters

          Returns void

    • Optional onComplete: (() => void)
        • (): void
        • Returns void

    Returns Subscription

Generated using TypeDoc