Liking cljdoc? Tell your friends :D

donut.compose


>fclj/s

(>f f)

combinator that swaps first two args to a function.

the > is meant as a mnemonic for this arg swapping: sort sorts ascending by default but you can reverse the order with >

combinator that swaps first two args to a function.

the `>` is meant as a mnemonic for this arg swapping: `sort` sorts ascending
by default but you can reverse the order with `>`
raw docstring

>intoclj/s


>mergeclj/s


apply-updateclj/s

(apply-update base path update-val)

composeclj/s

(compose base updates)

conjclj/s


intoclj/s


mapclj/s


map->updatesclj/s

(map->updates m)

helper that converts a map to the updates form needed to apply updates. lets you write your updates in the shape of the base structure if you're into that kind of thing.

helper that converts a map to the updates form needed to apply updates. lets
you write your updates in the shape of the base structure if you're into that
kind of thing.
raw docstring

mapvclj/s


mergeclj/s


orclj/s

use this when you want to prefer the left side of a compose

use this when you want to prefer the left side of a compose
raw docstring

orfclj/s

(orf & args)

or as a function so that it can be treated as a value

or as a function so that it can be treated as a value
raw docstring

updateclj/s

(update f & args)

updaterclj/s

(updater f)

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close