Returns the elements in an observable sequence with the minimum key value 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 minimum key value.
Observable
Last updated 5 years ago