On Wed, Jan 21, 2009 at 7:44 AM, Chouser <[email protected]> wrote:
>
> On Wed, Jan 21, 2009 at 12:05 AM, Chouser <[email protected]> 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)

What is this asking show to do? Find all methods in java.lang.String
that take a variable number of arguments?

> ===  public final java.lang.String  ===
> [ 3] static format : String (Locale,String,Object[])
> [ 4] static format : String (String,Object[])
> nil
>
> user=> (show 321 :bridge)

I have no guess what this is asking for.

> ===  public final java.lang.Integer  ===
> [32] compareTo : int (Object)
> nil

-- 
R. Mark Volkmann
Object Computing, Inc.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to