async-ray
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Call
Back
For
Each
for
Each
Index
Type aliases
Call
Back
For
Each
Functions
for
Each
Type aliases
Call
Back
For
Each
Call
Back
For
Each
:
function
returns nothing
Type declaration
(
value
:
T
, index
?:
undefined
|
number
, collection
?:
T
[]
)
:
Promise
<
void
>
Parameters
value:
T
Optional
index:
undefined
|
number
Optional
collection:
T
[]
Returns
Promise
<
void
>
Functions
for
Each
for
Each<T>
(
elements
:
T
[]
, cb
:
CallBackForEach
<
T
>
)
:
Promise
<
void
>
Async ForEach function
export
template
T
Type parameters
T
Parameters
elements:
T
[]
cb:
CallBackForEach
<
T
>
Returns
Promise
<
void
>
Generated using
TypeDoc
returns nothing