Back to Exposed

mapLazy

docs/api/exposed-r2dbc/org.jetbrains.exposed.v1.r2dbc/map-lazy.html

1.2.0507 B
Original Source

mapLazy

infix fun <T, R> SizedIterable<T>.mapLazy(f: (T) -> R): SizedIterable<R>

Returns a SizedIterable containing the lazily evaluated results of applying the function f to each original element.

Generated by Dokka © 2026 Copyright