Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Subscribable<T>

Type Parameters

  • T

Hierarchy

Index

Methods

Methods

  • Parameters

    Returns Subscription

  • Parameters

    • next: ((value: T) => void)
        • (value: T): void
        • Parameters

          • value: T

          Returns void

    • Optional error: ((error: any) => void)
        • (error: any): void
        • Parameters

          • error: any

          Returns void

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

    Returns Subscription

Generated using TypeDoc