Re: Fluent API addition request
Michael Gentry <[email protected]> Fri, 5 Jul 2024 07:37:26 -0600
| Newsgroups | gmane.comp.java.cayenne.devel |
|---|---|
| Message-ID | <CAOy5kzPHO9b0PfigT7BhFjxRPxGiGZNc_QJ4rWrqcE3nyX+GVQ@mail.gmail.com> |
On Thu, Jul 4, 2024 at 7:26 AM Jurgen Doll <[email protected]> wrote: > I'm hesitant about using "map" for the method name as that implies > changing object A into object B, like in the stream API, so I don't think > that's a good fit. Also it may be a bit confusing in Expression as > there's > a transform( Function ) method ? > This was my initial thought about using the "map" operator. I do like the fluent pattern, but not sure map is the way to go there.