source sequence
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
of _filter
a new (possibly shorter) sequence with some items filtered away
source sequence
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
Alias
of _filter
Returns
a new (possibly shorter) sequence with some items filtered away