Public Vars

Back

query-tree (clj)

(source)

function

(query-tree driver q & qs)
Use `driver` to return a collection of all elements matching piped queries. The results of `q` are queried by `qs1` which in turn are queried by `qs2`, and so on. See [[query]] for details on `q`. See [User Guide](/doc/01-user-guide.adoc#query-tree) for an example.

Examples