Rewrite nested Clojure data with a declared shape.
Rewrite nested Clojure data with a declared shape.
(compile-over sel body)Compile a selector + body into a function of one argument. The function expects the selector's first source value as its argument.
Compile a selector + body into a function of one argument. The function expects the selector's first source value as its argument.
(over sel body)Apply a compiled selector+body to the selector's source expression.
Apply a compiled selector+body to the selector's source expression.
(over-> x sel body)Thread-first helper. Injects the threaded value as the first source.
Thread-first helper. Injects the threaded value as the first source.
(over->> sel body x)Thread-last helper. Injects the threaded value as the first source.
Thread-last helper. Injects the threaded value as the first source.
(over-plan sel body)Return the compiler plan for selector+body as data.
Return the compiler plan for selector+body as data.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |