Re: update-proxy doc - what is "this" ?

2009-11-01 Thread Alex Osborne
msappler wrote: > user=> (doc update-proxy) > > It says:"the first arg corresponding to this" > > What is meant with "this"? "this" means the proxy object itself (like the "this" keyword in Java). --~--~-~--~~~---~--~~ You received this message because you are s

update-proxy doc - what is "this" ?

2009-11-01 Thread msappler
user=> (doc update-proxy) - clojure.core/update-proxy ([proxy mappings]) Takes a proxy instance and a map of strings (which must correspond to methods of the proxy superclass/superinterfaces) to fns (which must take arguments matching the corresponding method, plus