adjacent

fun adjacent(column: String, range: Pair<Any, Any>)(source)

Finds all rows where the value of the column is adjacent to range


infix fun <T, V> KProperty1<T, V>.adjacent(range: Pair<Any, Any>)(source)

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is adjacent to the specified range