StringJoiner in b88
Joe Bowbeer
joe.bowbeer at gmail.com
Mon May 6 10:12:45 PDT 2013
I think these doc snippets at the destinations are very useful. Are there
others that are missing or incorrect?
On May 6, 2013 5:56 AM, "Brian Goetz" <brian.goetz at oracle.com> wrote:
> There has not been a "stream destination" type or an "into" method for a
> very long time.
>
> But, if you want to use a string joiner as a stream target, do:
>
> stream.collect(toStringJoiner(**));
>
> On 5/6/2013 3:19 AM, Joe Bowbeer wrote:
>
>> In b88, StringJoiner does not implement a stream destination?
>>
>> Is the "into" example in the javadoc no longer valid?
>>
>> http://download.java.net/**lambda/b88/docs/api/java/util/**
>> StringJoiner.html<http://download.java.net/lambda/b88/docs/api/java/util/StringJoiner.html>
>>
>> Joe
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/lambda-libs-spec-experts/attachments/20130506/9f79984a/attachment.html
More information about the lambda-libs-spec-experts
mailing list