firstResult

@CheckReturnValue
abstract fun firstResult(): Uni<Entity?>

Returns the first result of the current page index. This ignores the current page size to fetch a single result.

Return

the first result of the current page index, or null if there are no results.

See also