More Readable Use Site extension Methods for java

John Nilsson john at milsson.nu
Mon Dec 6 11:24:22 PST 2010


On Mon, Dec 6, 2010 at 7:51 AM, Ali Ebrahimi <ali.ebrahimi1781 at gmail.com> wrote:
> import static MyUtils.select extends java.util.List;

How would you handle wildcard imports?

import static MyUtils.* extends java.util.List;

BR,
John


More information about the lambda-dev mailing list