The type of the elements in the source Iterable.
The type of the elements in the result Iterable.
The type-guard function to use to filter the entries.
An AsyncOperationFunction that yields and casts only entries of the source Iterable that satisfy the given type-guard function.
Returns an AsyncOperationFunction that yields and casts only entries of the source Iterable that satisfy the given type-guard function.