"Not" Operator Behaves like "!" in JavaScript when evaluated

Hierarchy (view full)

Constructors

Properties

arguments: Formula[]

The arguments of the operator

Methods

  • Parameters

    • data: Record<string, any>
    • func: ((x1: boolean, x2: boolean) => boolean)
        • (x1, x2): boolean
        • Parameters

          • x1: boolean
          • x2: boolean

          Returns boolean

    • defaultValue: Promise<boolean> = ...

    Returns Promise<boolean>