Filters elements in an input iterable based on a given async predicate function.
Returns a new asynchronous iterable with elements that satisfy the predicate.
Returns
A function that accepts an input iterable and returns a new asynchronous iterable with the filtered elements.
Filters elements in an input iterable based on a given async predicate function. Returns a new asynchronous iterable with elements that satisfy the predicate.
Returns
A function that accepts an input iterable and returns a new asynchronous iterable with the filtered elements.
Example