@tsdotnet/observable-base - v2.0.12
    Preparing search index...

    Class ObservableNodeBase<T>

    Base class for creating observable chains.

    Type Parameters

    • T

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    • Parameters

      • error: unknown

      Returns void

    • Accepts TSubscriber (observer) and returns a Subscription that can be disposed of. The dispose method is scope independent and can be called out of context and still cancel the subscription.

      Parameters

      Returns Disposable

    • Parameters

      • subscriber: Action<T>
      • OptionalonError: Action<any>
      • OptionalonCompleted: Closure

      Returns Disposable