Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
findLastOrDefaultAsync
Function findLastOrDefaultAsync
find
Last
Or
Default
Async
<
T
>
(
defaultValue
,
predicate
?
)
:
AsyncCollectorFunction
<
T
,
T
|
undefined
>
Returns the last entry from the Iterable that satisfy then 'predicate' function.
Type Parameters
T
Parameters
defaultValue
:
ValueOrFactory
<
T
>
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.