@szilanor/stream
Preparing search index...
lastAsync
Function lastAsync
lastAsync
<
T
>
(
predicate
?:
MaybeAsyncPredicateFunction
<
T
>
,
)
:
AsyncCollectorFunction
<
T
,
undefined
|
T
>
Returns the last entry from the Iterable that satisfy then 'predicate' function.
Type Parameters
T
Parameters
predicate
:
MaybeAsyncPredicateFunction
<
T
>
= ...
Returns
AsyncCollectorFunction
<
T
,
undefined
|
T
>
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.