fetchOne

abstract fun fetchOne(): Uni<T>

This query returns one result as Uni, or an empty Uni if no result

Throws

NonUniqueResultException

if more than one result