querySet

fun <T : Any> querySet(query: String, block: Query<T>.() -> Unit): Set<T>