Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CompositeSubscription

A Subscription that allows collection of multiple Subscription instances.

Hierarchy

Implements

Index

Properties

Accessors

Methods

Properties

Private listeners

listeners: Set<Subscription> = new Set<Subscription>()

Protected state

state: boolean = false

Accessors

cancelled

  • get cancelled(): boolean

Methods

add

cancel

  • cancel(): void

remove

Generated using TypeDoc