Class MappingStickySubscribable<T, E>

Something, which you can subscribe to.

It also holds last event sent.

Type Parameters

  • T

  • E

Hierarchy

  • MappingStickySubscribable

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

converter: ((val) => E)

Type declaration

    • (val): E
    • Parameters

      • val: T

      Returns E

innerSubscribable: StickySubscribable<T>

Accessors

Methods

Generated using TypeDoc