We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When defining a repository method to be used in a Kotlin coroutine context like
fun searchByYear(year: Int): Flow<SeachHit<T>>
a call to this method fails as the found document is being mapped into the SearchHit instead of the entity type to be put into the SearchHit.
SearchHit