@szilanor/stream
Preparing search index...
maxByAsync
Function maxByAsync
maxByAsync
<
T
>
(
comparer
:
CompareFunction
<
T
>
,
)
:
AsyncCollectorFunction
<
T
,
undefined
|
T
>
Return the largest value of all entries in the Iterable based on the comparer function
Type Parameters
T
Parameters
comparer
:
CompareFunction
<
T
>
Returns
AsyncCollectorFunction
<
T
,
undefined
|
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Return the largest value of all entries in the Iterable based on the comparer function