Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 345 Bytes

default_if_empty.md

File metadata and controls

13 lines (8 loc) · 345 Bytes

[DefaultIfEmpty Operator](@id operator_ref_default_if_empty)

default_if_empty

Description

default_if_empty emits the values emitted by the source Observable or a specified default value if the source Observable is empty (completes without having emitted any next value).

See also

[Operators](@ref what_are_operators)