Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 380 Bytes

find.md

File metadata and controls

13 lines (8 loc) · 380 Bytes

[Find operator](@id operator_find)

find

Description

find searches for the first item in the source Observable that matches the specified condition embodied by the predicate, and returns the first occurrence in the source. Does not emit an error if a valid value is not found.

See also

[Operators](@ref what_are_operators), [take](@ref operator_take)