• Produces the set intersection of two sequences according to a specified key selector function.

    Typeparam

    TSource The type of source elements.

    Typeparam

    TKey The type of key to identify elements by.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    • TKey

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • second: Iterable<TKey>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • keySelector: ((item: TSource) => TKey)

      A function to extract the key for each element.

        • (item: TSource): TKey
        • Parameters

          • item: TSource

          Returns TKey

    Returns IEnumerable<TSource>

  • Produces the set intersection of two sequences according to a specified key selector function.

    Typeparam

    TSource The type of source elements.

    Typeparam

    TKey The type of key to identify elements by.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    • TKey

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • second: Iterable<TKey>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • third: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • keySelector: ((item: TSource) => TKey)

      A function to extract the key for each element.

        • (item: TSource): TKey
        • Parameters

          • item: TSource

          Returns TKey

    Returns IEnumerable<TSource>

  • Produces the set intersection of two sequences according to a specified key selector function.

    Typeparam

    TSource The type of source elements.

    Typeparam

    TKey The type of key to identify elements by.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    • TKey

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • second: Iterable<TKey>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • third: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • fourth: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • keySelector: ((item: TSource) => TKey)

      A function to extract the key for each element.

        • (item: TSource): TKey
        • Parameters

          • item: TSource

          Returns TKey

    Returns IEnumerable<TSource>

  • Produces the set intersection of two sequences according to a specified key selector function.

    Typeparam

    TSource The type of source elements.

    Typeparam

    TKey The type of key to identify elements by.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    • TKey

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • second: Iterable<TKey>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • keySelector: ((item: TSource) => TKey)

      A function to extract the key for each element.

        • (item: TSource): TKey
        • Parameters

          • item: TSource

          Returns TKey

    • equalityComparer: EqualityComparer<TKey>

      A function to compare keys.

    Returns IEnumerable<TSource>

  • Produces the set intersection of two sequences according to a specified key selector function.

    Typeparam

    TSource The type of source elements.

    Typeparam

    TKey The type of key to identify elements by.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    • TKey

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • second: Iterable<TKey>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • third: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • keySelector: ((item: TSource) => TKey)

      A function to extract the key for each element.

        • (item: TSource): TKey
        • Parameters

          • item: TSource

          Returns TKey

    • equalityComparer: EqualityComparer<TKey>

      A function to compare keys.

    Returns IEnumerable<TSource>

  • Produces the set intersection of two sequences according to a specified key selector function.

    Typeparam

    TSource The type of source elements.

    Typeparam

    TKey The type of key to identify elements by.

    Returns

    A sequence that contains the elements that form the set intersection of two sequences.

    Type Parameters

    • TSource

    • TKey

    Parameters

    • src: Iterable<TSource>

      The source iterable.

    • second: Iterable<TKey>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • third: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • fourth: Iterable<TSource>

      An IEnumerable whose distinct elements that also appear in the first sequence will be returned.

    • keySelector: ((item: TSource) => TKey)

      A function to extract the key for each element.

        • (item: TSource): TKey
        • Parameters

          • item: TSource

          Returns TKey

    • equalityComparer: EqualityComparer<TKey>

      A function to compare keys.

    Returns IEnumerable<TSource>

Generated using TypeDoc