Preparing search index...
The search index is not available
umt
umt
keyBy
Function keyBy
keyBy
<
T
>
(
collection
:
Record
<
PropertyName
,
T
>
|
T
[]
,
iteratee
?:
Iteratee
<
T
>
,
)
:
Record
<
PropertyName
,
T
>
コレクションの要素をイテレータ関数の結果でキー化したオブジェクトを生成します
Type Parameters
T
Parameters
collection
:
Record
<
PropertyName
,
T
>
|
T
[]
処理対象のコレクション
Optional
iteratee
:
Iteratee
<
T
>
キーを生成するイテレータ関数またはプロパティ名
Returns
Record
<
PropertyName
,
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
umt
Loading...
コレクションの要素をイテレータ関数の結果でキー化したオブジェクトを生成します