overlaps

fun overlaps(column: String, values: List<Any>)(source)

Finds all rows where the value of the column overlaps with values

Parameters

column

The column name to filter on

values

The values to filter on


infix fun <T, V> KProperty1<T, V>.overlaps(values: List<Any>)(source)

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod overlaps with values