Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
maxByAsync
Function maxByAsync
max
By
Async
<
T
>
(
comparer
)
:
AsyncCollectorFunction
<
T
,
T
|
undefined
>
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
,
T
|
undefined
>
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