best build for playing with default methods?
Mike Duigou
mike.duigou at oracle.com
Thu Aug 16 15:28:46 PDT 2012
Builds can be found at <http://jdk8.java.net/lambda/>
The latest build is b50 which implements the
interface Foo {
boolean whatever() default { statements; }
}
syntax.
Have fun with your experiments and always wear proper safety gear when experimenting! ;-)
Mike
On Aug 16 2012, at 15:10 , Jason Schroeder wrote:
> FWIW I do not need lambda for my explorations.
>
> I have some questions about default methods and would like to experiment.
>
More information about the lambda-dev
mailing list