The type of items in the stream
The function to test each item. When the predicate returns undefined,
it is treated as false and the item is filtered out.
A task that filters items based on the predicate
Predicate Composition:
Use predicate utilities from the @metreeca/core predicates module to create complex filtering criteria.
Creates a task filtering stream items based on a predicate.
Items are processed sequentially and output order is preserved.