minListOf

fun <E, R : Comparable<R>> KoneIterable<E>.minListOf(selector: (E) -> R): KoneList<R>(source)
fun <E, R> KoneIterable<E>.minListOf(selector: (E) -> R): KoneList<R>(source)