Fork me on GitHub
#schema
<
2016-08-26
>
vikeri14:08:44

@vijayakkineni A reason you are not getting any answers might be that a lot of people are using clj.spec now instead: http://clojure.org/guides/spec

vijayakkineni17:08:14

@vikeri thank you, yep i have ben using spec. I started using CQRS kekkonen and it is not supportin clojur.spec yet so thats the reason for asking. Anyways i think i figured the answer to the above question. We could use s/btoh and have not-empty? predicate which checks the map to be empty or not.

vikeri17:08:55

Alright great!