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

    Function distinctUntilChangedDeep

    • Emit only new values if the value changes in a deep equal comparison.

      Parameters

      • maxDepth: number

        of iteration to determine if datastructures are equal. When you intend to iterate over all properties regardless of depth use INFINITY. A depth of 0 uses the same comparison as distinctUntilChanged.

        marble

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