protected interface TableFun
Delegate that receives all values of a row.
abstract operator fun invoke(values: Array<out Any?>): Unit