Ah I see - maybe https://clojuredocs.org/clojure.core/as-%3E
<https://clojuredocs.org/clojure.core/as-%3E> will help (untried):
(cond-> {:x 5} (as-> x1 (> (get x1 :x) 3)…)
> On 2 Oct 2015, at 16:07, ru <[email protected]> wrote:
>
> Hi, Colin
>
> For example, (cond-> {:x 5} (> (get ??? :x) 3) (assoc :y 6))
>
> пятница, 2 октября 2015 г., 17:49:28 UTC+3 пользователь ru написал:
> Hi,
>
> Can I use in tests threading expression of cond->, and how?
>
> Thanx in advance,
> Ru
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to [email protected]
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> <http://groups.google.com/group/clojure?hl=en>
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected]
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.