Loose-ends wrapup

Ali Ebrahimi ali.ebrahimi1781 at gmail.com
Sat May 11 06:29:12 PDT 2013


+1.
Since almost all existing API return Iterable, there wouldn't be to cast
result to Collection.


On Fri, May 10, 2013 at 12:12 AM, Brian Goetz <brian.goetz at oracle.com>wrote:

> Streams -- lingering feature ideas
>>
>>   - Additional tweaking on range generators (see Paul's emails)
>>   - Convenience ints() and longs() generator methods?  (ditto)
>>   - Collector for frequency counting?
>>   - Support for state-based cancelation (e.g.,
>> cancelWhen(BooleanSupplier))
>>   - Support for content-based limiting (takeWhile, skipUntil)
>>   - Convenience methods like toList() on Stream
>>
>
> Plus:
>  - Moving stream() / parallelStream() to Iterable
>


More information about the lambda-libs-spec-observers mailing list