minBy

@JvmName(name = "minBy_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_Function1_of_T_and_R_end")
inline fun <T, R : Comparable<R>, ID : Any> Field<ID, Iterable<T>>.minBy(crossinline selector: (T) -> R): Field<ID, T>
@JvmName(name = "minBy_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_R_end_end")
fun <T, R : Comparable<R>, ID : Any> Iterable<T>.minBy(selector: Field<ID, (T) -> R>): Field<ID, T>
@JvmName(name = "minBy_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_T_and_R_end_end")
fun <T, R : Comparable<R>, ID : Any> Field<ID, Iterable<T>>.minBy(selector: Field<ID, (T) -> R>): Field<ID, T>