@w11k/rx-ninja
    Preparing search index...

    Function startWith

    • Calls the given provider function when a new subscriber subscribes and delivers the result of this call as first value.

      Type Parameters

      • T

      Parameters

      • provider: () => T

        function that should be called

      Returns (source: Observable<T>) => Observable<T>