@szilanor/stream
Preparing search index...
defaultIfEmptyAsync
Function defaultIfEmptyAsync
defaultIfEmptyAsync
<
T
>
(
defaultValue
:
ValueOrFactory
<
T
>
,
)
:
AsyncOperationFunction
<
T
,
T
>
Returns an Iterable with the value parameter if the source Iterable is empty.
Type Parameters
T
Parameters
defaultValue
:
ValueOrFactory
<
T
>
Returns
AsyncOperationFunction
<
T
,
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns an Iterable with the value parameter if the source Iterable is empty.