Liking cljdoc? Tell your friends :D
Clojure only.

missinterpret.storage.store.block.core


valid-query-fn?clj

(valid-query-fn? query-fn)

Throws an exception if the passed query function is not arity-1 and does not return a collection.

Query functions take a coll and return a coll.

Throws an exception if the passed query function
is not arity-1 and does not return a collection.

Query functions take a coll and return a coll.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close