Description
The String::transform instance method allows the application of a lambda function to a string. The function should expect a single String argument and produce an object result.
Attachments
Issue Links
- csr for
-
JDK-8203703 String::transform
- Closed
- relates to
-
JDK-8215112 String::transform spec clarification
- Resolved
-
JDK-8214753 (opt) add Optional::transform, allowing an arbitrary operation on an Optional
- Open
-
JDK-8140283 add Stream::transform method to facilitate fluent chaining of other methods
- Open