Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 300 Bytes

filter.md

File metadata and controls

13 lines (8 loc) · 300 Bytes

[Filter Operator](@id operator_filter)

filter

Description

Like filter(f, array), this operator takes values from the source Observable, passes them through a predicate function and only emits those values that yielded true.

See also

[Operators](@ref what_are_operators)