Liking cljdoc? Tell your friends :D

donut.compose.combine


&&clj/s

(&& f1 f2)

combinator that calls f1, then f2 if f1 is truthy. mnemonic from shell &&

combinator that calls f1, then f2 if f1 is truthy. mnemonic from shell &&
raw docstring

>&&clj/s


>fclj/s

(>f f)

combinator that flips first two args to a function. like haskell flip

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

combinator that flips first two args to a function. like haskell flip

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


>||clj/s


||clj/s

(|| f1 f2)

combinator that calls f1 then f2. mnemonic from shell ||

combinator that calls f1 then f2. mnemonic from shell ||
raw docstring

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