NOT constructor

NOT(
  1. RQLQuery query
)

Creates an NOT operator with the query to negate.

Implementation

NOT(this.query);