Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISubscribable<A>

Type parameters

  • A

Hierarchy

Index

Properties

Readonly id

id: string

Methods

deref

  • deref(): undefined | A
  • Returns wrapped value.

    Returns undefined | A

subscribe

unsubscribe

  • Removes given child sub, or if sub is omitted, detaches this subscription itself from its upstream parent (possibly triggering a cascade of further unsubscriptions, depending on CommonOpts.closeOut settings of parent(s)).

    Parameters

    Returns boolean

Generated using TypeDoc