Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
findLastIndexAsync
Function findLastIndexAsync
find
Last
Index
Async
<
T
>
(
predicate
?
)
:
AsyncCollectorFunction
<
T
,
number
>
Returns the index of the last entry from the Iterable that satisfy then 'predicate' function.
Type Parameters
T
Parameters
predicate
:
MaybeAsyncPredicateFunction
<
T
>
= ...
Returns
AsyncCollectorFunction
<
T
,
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns the index of the last entry from the Iterable that satisfy then 'predicate' function.