Order

interface Order<in E> : KoneContext

Context of linear (total) order.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun <T, E> Order<E>.compareByOrdered(vararg selectors: (T) -> E): Comparator<T>
Link copied to clipboard
abstract infix operator fun E.compareTo(other: E): Int