collektive-stdlib
Toggle table of contents
25.0.0
common
Platform filter
common
Switch theme
Search in API
collektive-stdlib
collektive-stdlib
/
it.unibo.collektive.stdlib.booleanarrays
/
FieldedArraysExtensions
/
distinctBy
distinct
By
@
JvmName
(
name
=
"distinctBy_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_Function1_of_Boolean_and_K_end"
)
inline
fun
<
K
,
ID
:
Any
>
Field
<
ID
,
BooleanArray
>
.
distinctBy
(
crossinline
selector
:
(
Boolean
)
->
K
)
:
Field
<
ID
,
List
<
Boolean
>
>
@
JvmName
(
name
=
"distinctBy_with_BooleanArray_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Boolean_and_K_end_end"
)
fun
<
K
,
ID
:
Any
>
BooleanArray
.
distinctBy
(
selector
:
Field
<
ID
,
(
Boolean
)
->
K
>
)
:
Field
<
ID
,
List
<
Boolean
>
>
@
JvmName
(
name
=
"distinctBy_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Boolean_and_K_end_end"
)
fun
<
K
,
ID
:
Any
>
Field
<
ID
,
BooleanArray
>
.
distinctBy
(
selector
:
Field
<
ID
,
(
Boolean
)
->
K
>
)
:
Field
<
ID
,
List
<
Boolean
>
>