query

abstract suspend fun query(query: Q): List<T>

runs a query

Return

result of the query

Parameters

query

object defining the query