Rob Elliot
10/16/2022, 5:42 PMcopy
methods on data classes from Groovy.
Are there any nice ways to bridge between them? In an ideal world I suppose I’d translate from a Groovy invocation with a Map to named parameters. Perhaps a compiler plugin could overload methods with a version that takes a Map?
Even better would be if Idea understood that the Map’s keys should correspond to the function’s parameter names!Rob Elliot
10/17/2022, 10:25 AMRob Elliot
10/17/2022, 12:56 PM