map

inline fun <R> Query.map(transform: (row: QueryRowSet) -> R): List<R>(source)

Return a list containing the results of applying the given transform function to each row of the query.

Since

3.0.0