MaxBy Method

RxJS

Overload List

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

See Also