Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 695 Bytes

File metadata and controls

24 lines (13 loc) · 695 Bytes

{% if book.isPdf %}

maxBy

{% else %}

{% endif %}

Returns the maximum value in an observable sequence according to the specified comparer.

Arguments

  1. keySelector (Function): Key selector function.
  2. [comparer] (Function): Comparer used to compare elements.

Returns

(Observable): An observable sequence containing a list of zero or more elements that have a maximum key value.

Example