@szilanor/stream
Preparing search index...
takeAsync
Function takeAsync
takeAsync
<
T
>
(
count
:
number
)
:
AsyncOperationFunction
<
T
,
T
>
Returns an Iterable taking the given amount of entries of the source Iterable.
Type Parameters
T
Parameters
count
:
number
Returns
AsyncOperationFunction
<
T
,
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns an Iterable taking the given amount of entries of the source Iterable.