On Wed, Jan 21, 2009 at 12:05 AM, Chouser <chou...@gmail.com> wrote: > > The predicate takes a map based on the 'bean' of the member object, > but with :text and :member keys added. The :text is what will be > printed, the :member is the original member object itself.
This means that (as of clojure svn 1221) you can filter directly on member properties, like this: user=> (show String :varArgs) === public final java.lang.String === [ 3] static format : String (Locale,String,Object[]) [ 4] static format : String (String,Object[]) nil user=> (show 321 :bridge) === public final java.lang.Integer === [32] compareTo : int (Object) nil --Chouser --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---