On Fri, Aug 6, 2010 at 12:59 AM, Stephen Colebourne <scolebourne at joda.org> wrote: > The complete set of conversions would be: > [...] How about expressions? #String.length() + 2 #A.getB().getC() and even partiall application? #A.getB(2).getC() #A.getB(Integer).getC() BR, John