• Returns an async-iterable sequence that contains only distinct contiguous elements according to the optional keySelector and comparer.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    • TKey = TSource

      The type of the discriminator key computed for each element in the source sequence.

    Parameters

    • Optional options: DistinctOptions<TSource, TKey>

      The optional options for adding a key selector and comparer.

    Returns MonoTypeOperatorAsyncFunction<TSource>

    An operator that returns an async-iterable that contains only distinct contiguous items.

Generated using TypeDoc