mendix / CommunityCommons

This module adds a number reusable Java methods to your project, which can be called from Microflows or custom Java actions.
Apache License 2.0
13 stars 57 forks source link

Added reverse list Java action #117

Closed Maismaus closed 1 year ago

Maismaus commented 2 years ago

In one of my projects, I noticed I needed to reverse a list several times. I can imagine this is something that is relatively common, so perhaps it would be nice to include it in the CommunityCommons module.

grootjans commented 1 year ago

As mentioned, the java standard library call is the logical choice.