Fork me on GitHub
#specter
<
2017-06-03
>
souenzzo16:06:30

(->> x
(transform [:foo :bar MY-TRANSFORM] inc)
(transform [:foo2 :bar2 MY-TRANSFORM] inc))
There is some how to do this with one transoform?

urbank17:06:41

Try multi-path

nathanmarz19:06:52

if you want different transformation functions applied at each path, use multi-transform + terminal/`terminal-val`

nathanmarz19:06:01

in this case just multi-path is fine