I found that I want to have multiple multi-methods, but grouped
together, much like an interface.

Specifically, I have already-existing objects, which I want to call
the method on, so just like defmulti/defmethod. But I basically want
to group several of them together since they're very related, much
like you would see in defprotocol.

Is this possible in Clojure? Or do I have to just implement each of
the defmethods independently as usual?

-Steven

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to