MaxBy Method

RxJS

Overload List

  NameDescription
MaxBy(FuncObjectObject)
Returns the elements in an observable sequence with the maximum key value.
(Inherited from Observable.)
MaxBy(FuncObjectObject, FuncObjectObjectInt32)
Returns the elements in an observable sequence with the maximum key value by using the specified comparer.
(Inherited from Observable.)

See Also