ArrayFunction
public final class ArrayFunctionArray function factory.
- 
                  
                  Creates an ARRAY_CONTAINS(expr, value) function that checks whether the given array expression contains the given value or not. DeclarationSwift public static func contains(_ expression: ExpressionProtocol, value: ExpressionProtocol) -> ExpressionProtocolParametersexpressionThe expression that evaluates to an array. valueThe value to search for in the given array expression. Return ValueThe ARRAY_CONTAINS(expr, value) function. 
- 
                  
                  Creates an ARRAY_LENGTH(expr) function that returns the length of the given array expression. DeclarationSwift public static func length(_ expression: ExpressionProtocol) -> ExpressionProtocolParametersexpressionThe expression that evaluates to an array. Return ValueThe ARRAY_LENGTH(expr) function. 
 ArrayFunction Class Reference
        ArrayFunction Class Reference