recordsForKeys

fun <T : Any> recordsForKeys(key: Collection<String>, mapper: (key: String, blob: ByteArray) -> T): Query<T>