singleResult

fun <R> RowSet<R>.singleResult(): R(source)

Deprecated

Just use `single`.

Replace with

this.single()