Cancelation -- use cases

Brian Goetz brian.goetz at oracle.com
Mon Dec 31 08:46:46 PST 2012


> BTW, just noticed you can't get the lines of
> a file as a Stream.

We have this:

interface Reader {
    Stream<String> lines()
}



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