Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Observer<T>

Type parameters

  • T

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private subject

subject: Subject<T>

Methods

Protected addAction

  • addAction(next?: undefined | function, error?: undefined | function, complete?: undefined | function): void
  • Parameters

    • Optional next: undefined | function
    • Optional error: undefined | function
    • Optional complete: undefined | function

    Returns void

notify

  • notify(result: T | undefined): void

Generated using TypeDoc