a function that returns true
to signal inclusion, false
to exclude
creates a new sequence with every item of the source sequence for which the predicate function returns true
P0 deferred version of _filter
of filter
a new (possibly shorter) sequence with some items filtered away
a function that returns true
to signal inclusion, false
to exclude
Generated using TypeDoc
creates a new sequence with every item of the source sequence for which the predicate function returns
true
Remarks
P0 deferred version of _filter
Alias
of filter
Returns
a new (possibly shorter) sequence with some items filtered away