forEach

inline fun Query.forEach(action: (row: QueryRowSet) -> Unit)(source)

Perform the given action on each row of the query.

Since

3.0.0