Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/array-utils
ArrayUtils
partition
Function partition
partition
<
T
>
(
array
:
T
[]
,
filter
:
(
e
:
T
,
idx
:
number
,
arr
:
T
[]
)
=>
undefined
|
boolean
,
)
:
[
T
[]
,
T
[]
]
Type Parameters
T
Parameters
array
:
T
[]
filter
:
(
e
:
T
,
idx
:
number
,
arr
:
T
[]
)
=>
undefined
|
boolean
Returns
[
T
[]
,
T
[]
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...