minBy

inline fun <E : Any, T : BaseTable<E>, C : Comparable<C>> EntitySequence<E, T>.minBy(selector: (T) -> ColumnDeclaring<C>): C?(source)

Return the min value of the column given by selector in this sequence.

The operation is terminal.