The type of the elements of the first async-iterable sequence.
The type of the elements of the second async-iterable sequence.
The type of the keys returned by the key selector functions.
The type of the result elements.
The async-enumerable sequence to join to the first sequence.
A function to extract the join key from each element of the first sequence.
Optional
signal: AbortSignalA function to extract the join key from each element of the second sequence.
Optional
signal: AbortSignalA function to create a result element from an element from the first sequence and a collection of matching elements from the second sequence.
Optional
signal: AbortSignalAn operator that returns an async-iterable sequence that contains the result elements that are obtained by performing a grouped join on two sequences.
Generated using TypeDoc
Correlates the elements of two async-iterable sequences based on equality of keys and groups the results.