Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 266 Bytes

File metadata and controls

13 lines (8 loc) · 266 Bytes

[Max Operator](@id operator_max)

max

Description

The max operator operates on an Observable of similar objects. When the source Observable completes, it emits the item with the largest value.

See also

[Operators](@ref what_are_operators)