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