Returns the maximum value in an observable sequence according to the specified comparer.
keySelector (Function): Key selector function.
keySelector
Function
[comparer] (Function): Comparer used to compare elements.
[comparer]
(Observable): An observable sequence containing a list of zero or more elements that have a maximum key value.
Observable
Last updated 5 years ago