Back to Exposed

mapSegments

docs/api/exposed-r2dbc/org.jetbrains.exposed.v1.r2dbc.statements.api/-r2dbc-result/map-segments.html

1.2.0475 B
Original Source

mapSegments

fun <T : Any> mapSegments(block: (Result.Segment) -> Flow<T>): Flow<T>

Returns a Flow containing the results of applying the given transform function block to each original Result.Segment generated by executing a statement.

Generated by Dokka © 2026 Copyright