predicate property

Limiting? predicate
getter/setter pair

Either required or preferred.

  • required: This indicates that the returned value MUST be the boolean result of applying the value of the filter property to the result of evaluating the path property.
  • preferred: This indicates that the returned value SHOULD be the boolean result of applying the value of the filter property to the result of evaluating the path property.

Implementation

Limiting? predicate;