On Wed, Mar 4, 2009 at 3:54 PM, Szymon Jachim <sjac...@gmail.com> wrote:

> What surprised me recently is that you can use these in asInstanceOf:
>
> x.asInstanceOf[ {def aMethod(i: Int): Unit} ].aMethod(888)


Holy frickin' cow... that's cool


>
>
> Interesting way to do reflective calls...
>
>
> On Thu, Mar 5, 2009 at 12:48 AM, Meredith Gregory <
> lgreg.mered...@gmail.com> wrote:
>
>> David,
>>
>> Thanks!
>>
>> Best wishes,
>>
>> --greg
>>
>>
>> On Wed, Mar 4, 2009 at 3:46 PM, David Pollak <
>> feeder.of.the.be...@gmail.com> wrote:
>>
>>> scala> def doClose(in: {def close(i: Int): Unit}) {in.close(42)}
>>> doClose: (AnyRef{def close(Int): Unit})Unit
>>>
>>>
>>>
>>>
>>> On Wed, Mar 4, 2009 at 3:26 PM, Meredith Gregory <
>>> lgreg.mered...@gmail.com> wrote:
>>>
>>>> Dam and Sir Scalahads,
>>>>
>>>> Where is the documentation for the structural/partial type syntax? i
>>>> want to express a bound on a type that says it has to at least have method 
>>>> m
>>>> with signature sig.
>>>>
>>>> Best wishes,
>>>>
>>>> --greg
>>>>
>>>> --
>>>> L.G. Meredith
>>>> Managing Partner
>>>> Biosimilarity LLC
>>>> 806 55th St NE
>>>> Seattle, WA 98105
>>>>
>>>> +1 206.650.3740
>>>>
>>>> http://biosimilarity.blogspot.com
>>>>
>>>
>>>
>>>
>>> --
>>> Lift, the simply functional web framework http://liftweb.net
>>> Beginning Scala http://www.apress.com/book/view/1430219890
>>> Follow me: http://twitter.com/dpp
>>> Git some: http://github.com/dpp
>>>
>>
>>
>>
>> --
>> L.G. Meredith
>> Managing Partner
>> Biosimilarity LLC
>> 806 55th St NE
>> Seattle, WA 98105
>>
>> +1 206.650.3740
>>
>> http://biosimilarity.blogspot.com
>>
>
>
>
> --
> ʎɐqǝ uo pɹɐoqʎǝʞ ɐ ʎnq ı ǝɯıʇ ʇsɐן ǝɥʇ sı sıɥʇ
>



-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to