Preparing search index...
The search index is not available
collections-commons
collections-commons
extensions/array
retainAll
Function retainAll
retain
All
<
T
>
(
array
:
T
[]
, itemsToKeep
:
T
[]
, equalsPredicate
?:
(
(
a
:
T
, b
:
T
)
=>
boolean
)
)
:
T
[]
Type Parameters
Type Parameters
T
Parameters
array:
T
[]
itemsToKeep:
T
[]
equalsPredicate:
(
(
a
:
T
, b
:
T
)
=>
boolean
)
= strictEqual
(
a
:
T
, b
:
T
)
:
boolean
Parameters
a:
T
b:
T
Returns
boolean
Returns
T
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
collections-
commons
data-
structures
extensions/array
extensions/iterable
extensions/map
extensions/multi-
value-
map
extensions/record
functions
types
are
Items
Equal
chunk
Array
has
Same
Items
remove
All
retain
All
shuffle
Generated using
TypeDoc