@Beta public final class FunctionCondition extends Condition
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.
Copyright © 2015. All rights reserved.