arrow-analysis-laws
2.0.2-alpha.6
arrow-analysis-laws
/
arrow.analysis.laws.kotlin
/
ArrayConversionsLaws
Array
Conversions
Laws
object
ArrayConversionsLaws
Content copied to clipboard
Functions
Functions
associate
By
Law
Link copied to clipboard
inline
fun
<
T
,
K
>
Array
<
T
>
.
associateByLaw
(
keySelector
:
(
T
)
->
K
)
:
Map
<
K
,
T
>
Content copied to clipboard
associate
Law
Link copied to clipboard
inline
fun
<
T
,
K
,
V
>
Array
<
T
>
.
associateLaw
(
transform
:
(
T
)
->
Pair
<
K
,
V
>
)
:
Map
<
K
,
V
>
Content copied to clipboard
associate
With
Law
Link copied to clipboard
inline
fun
<
T
,
K
>
Array
<
K
>
.
associateWithLaw
(
valueSelector
:
(
K
)
->
T
)
:
Map
<
K
,
T
>
Content copied to clipboard
to
List
Law
Link copied to clipboard
inline
fun
<
E
>
Array
<
E
>
.
toListLaw
(
)
:
List
<
E
>
Content copied to clipboard
to
Map
Law
Link copied to clipboard
inline
fun
<
K
,
V
>
Array
<
Pair
<
K
,
V
>
>
.
toMapLaw
(
)
:
Map
<
K
,
V
>
Content copied to clipboard
to
Set
Law
Link copied to clipboard
inline
fun
<
E
>
Array
<
E
>
.
toSetLaw
(
)
:
Set
<
E
>
Content copied to clipboard