Asking to contribute(?)

2020-11-04 Thread Justin Dekeyser
Hello everyone, I have been following this mailing list for several months, and earlier today my attention was drawn to https://bugs.openjdk.java.net/browse/JDK-8140283. Actually I've been dreaming of such a feature for a long time now. I would really be interested in solving it, but I do not kno

Re: Asking to contribute(?)

2020-11-04 Thread Rob Spoor
On 04/11/2020 14:18, Justin Dekeyser wrote: Hello everyone, I have been following this mailing list for several months, and earlier today my attention was drawn to https://bugs.openjdk.java.net/browse/JDK-8140283. Actually I've been dreaming of such a feature for a long time now. I would really

Re: Asking to contribute(?)

2020-11-04 Thread Justin Dekeyser
Hello, Thank you for your answer, I appreciate! Indeed, it is clear to me that if the feature should be a concern of both String and Stream (or more?), a common contract can be designed. The impl. you sketch is the more natural one I think. (it's also the one I gave in the other mailing grap abo

Re: Asking to contribute(?)

2020-11-13 Thread Rob Spoor
It appears this discussion has died out... I really think it's a great addition to have a transform method added to not just Stream*, but also StringBuilder, StringBuffer and Optional. A search for classes containing "Builder" shows the following that could also be interesting: * HttpClient.