The type of the elements in the source sequence.
The result of the predicate that is truthy/falsy.
A function to test each element for a condition.
Optional
signal: AbortSignalAn async-iterable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
Returns elements from an async-iterable sequence as long as a specified condition is true.
The type of the elements in the source sequence.
A function to test each element for a condition.
Optional
signal: AbortSignalAn async-iterable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
Generated using TypeDoc
Returns elements from an async-iterable sequence as long as a specified condition is true.