MaxBy Method (FuncObjectObject)

RxJS

Returns the elements in an observable sequence with the maximum key value.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function MaxBy(keySelector);

Parameters

keySelector
Type: System..::.FuncObjectObject

See Also