MumbleCloseable goes backward

Remi Forax forax at univ-mlv.fr
Thu Jun 27 14:21:52 PDT 2013


On 06/27/2013 12:57 PM, Paul Sandoz wrote:
> On Jun 27, 2013, at 12:51 PM, Remi Forax <forax at univ-mlv.fr> wrote:
>>> - R could be Stream.
>> yes, this has to be documented, but because the result value will be a closed Stream,
>> there is no issue, it will bark at first use.
>>
>>> - ain't gonna work for flatMap:
>>>
>>>    Files.walk(dir, sp-> sp.flatMap(p -> Files.lines(p, Function.identity()))...);
>> you can return void/null, no ?
>>
> How would the stream of line elements be processed by flatMap?

Ok, I had to program it to understand what you said.

>
> Paul.

Rémi



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