Package com.flowable.platform.common.el.collection


package com.flowable.platform.common.el.collection
  • Classes
    Class
    Description
    Utility methods for array/collection operations using standard Java functional interfaces.
    Marker class for the flw.array API, used by the EL resolver to identify array function invocations in expressions like ${flw.array.filter(items, item -> item > 3)}.