minBy
Returns the elements in an observable sequence with the minimum key value according to the specified comparer.
Arguments
keySelector
(Function
): Key selector function.[comparer]
(Function
): Comparer used to compare elements.
Returns
(Observable
): An observable sequence containing a list of zero or more elements that have a minimum key value.
Example
Last updated
Was this helpful?