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