rowsUpdated

fun Flow<Result>.rowsUpdated(): Flow<Long>

Extension function for Flow that emits the number of updated rows.

Return

A Flow emitting the number of updated rows for each Result.