Class FunctionCondition


  • @Beta
    public final class FunctionCondition
    extends Condition
    Represents a Function condition in building condition expression.

    Underlying grammar:

     function ::=
        attribute_exists (path)
      | attribute_not_exists (path)
      | begins_with (path, operand)
      | contains (path, operand)
     

    This object is as immutable (or unmodifiable) as the underlying operand.