On Thu, Jul 4, 2024 at 7:26 AM Jurgen Doll <jur...@ivoryemr.co.za> 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.