Class ArrayFunctionUtils

java.lang.Object
com.flowable.platform.common.el.collection.ArrayFunctionUtils

public class ArrayFunctionUtils extends Object
Utility methods for array/collection operations using standard Java functional interfaces. Used by the flw.array EL resolver which wraps EL-specific types (like LambdaExpression) into Predicate, Function, and BiFunction before calling these methods.
Author:
Tijs Rademakers