Class MappingSubscribable<T, E>

Something, which you can subscribe to.

Type Parameters

  • T

  • E

Hierarchy

  • MappingSubscribable

Implements

Constructors

Properties

Methods

Constructors

Properties

converter: ((val) => E)

Type declaration

    • (val): E
    • Parameters

      • val: T

      Returns E

innerSubscribable: Subscribable<T>

Methods

Generated using TypeDoc