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.bytearrays
/
FieldedArraysExtensions
/
minBy
min
By
@
JvmName
(
name
=
"minBy_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_Function1_of_Byte_and_R_end"
)
inline
fun
<
R
:
Comparable
<
R
>
,
ID
:
Any
>
Field
<
ID
,
ByteArray
>
.
minBy
(
crossinline
selector
:
(
Byte
)
->
R
)
:
Field
<
ID
,
Byte
>
@
JvmName
(
name
=
"minBy_with_ByteArray_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Byte_and_R_end_end"
)
fun
<
R
:
Comparable
<
R
>
,
ID
:
Any
>
ByteArray
.
minBy
(
selector
:
Field
<
ID
,
(
Byte
)
->
R
>
)
:
Field
<
ID
,
Byte
>
@
JvmName
(
name
=
"minBy_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_Byte_and_R_end_end"
)
fun
<
R
:
Comparable
<
R
>
,
ID
:
Any
>
Field
<
ID
,
ByteArray
>
.
minBy
(
selector
:
Field
<
ID
,
(
Byte
)
->
R
>
)
:
Field
<
ID
,
Byte
>