(=> x & thread)Just like x> but first composes stateless transducers into a function that
r/folds in parallel the values flowing through the thread. Remaining
stateful transducers are composed just like x>.
Just like x> but first composes stateless transducers into a function that `r/fold`s in parallel the values flowing through the thread. Remaining stateful transducers are composed just like x>.
(=> & args)Just like x>, for now
Just like x>, for now
(=>> x & thread)Just like x>> but first composes stateless transducers into a function that
r/folds in parallel the values flowing through the thread. Remaining
stateful transducers are composed just like x>>.
Just like x>> but first composes stateless transducers into a function that `r/fold`s in parallel the values flowing through the thread. Remaining stateful transducers are composed just like x>>.
(=>> & args)Just like x>>, for now
Just like x>>, for now
(x> x & thread)Just like -> but first composes transducers into a function that sequences the thread values through the transducers.
Just like -> but first composes transducers into a function that sequences the thread values through the transducers.
(x>> x & thread)Just like ->> but first composes transducers into a function that sequences the thread values through the transducers.
Just like ->> but first composes transducers into a function that sequences the thread values through the transducers.
(|> x & thread)Just like x> but first composes stateless transducers into a function that pipelines in parallel the values flowing through the thread. Remaining stateful transducers are composed just like x>.
Just like x> but first composes stateless transducers into a function that pipelines in parallel the values flowing through the thread. Remaining stateful transducers are composed just like x>.
(|> & args)Just like x>, for now
Just like x>, for now
(|>> x & thread)Just like x>> but first composes stateless transducers into a function that pipelines in parallel the values flowing through the thread. Remaining stateful transducers are composed just like x>>.
Just like x>> but first composes stateless transducers into a function that pipelines in parallel the values flowing through the thread. Remaining stateful transducers are composed just like x>>.
(|>> & args)Just like x>>, for now
Just like x>>, for now
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 |