Virtual Extension By Inversion of Responsibility (Second Draft)

Neal Gafter neal at gafter.com
Sat Jun 19 14:39:24 PDT 2010


Colin-

I'm wondering how to make this work in the presence of generics.  You
use a class literal, which is only valid for reifiable types.  You
also use an instanceof test and a cast, which are unchecked operations
if the target is not reifiable.

Cheers,
Neal


More information about the lambda-dev mailing list