foreach/filter/map/reduce on Iterable & Iterators

Neal Gafter neal at gafter.com
Wed Sep 14 22:04:46 PDT 2011


On Wed, Sep 14, 2011 at 7:59 PM, Mike Duigou <mike.duigou at oracle.com> wrote:

> Yes I agree this should be done.
>
> On the other hand, is it reasonable to expect that most lambdas will be
> specified as SAM conversions which will make the "? super" unnecessary? Are
> there specific practical cases where we expect lambdas to be used that will
> require the "? super" in order to be accepted? Where will those lambdas be
> coming from?
>

The lambdas may be coming from invocations of *other* methods, which have
different signatures.


More information about the lambda-dev mailing list