spring-framework / org.springframework.r2dbc.core / awaitFirst

awaitFirst

suspend fun <T> RowsFetchSpec<T>.awaitFirst(): T

Non-nullable Coroutines variant of RowsFetchSpec.first.

Author
Sebastien Deleuze