Skip to main content

core.xoratom

Home > @medplum/core > XorAtom

XorAtom class

6.5.4. xor Returns true if exactly one of the operands evaluates to true, false if either both operands evaluate to true or both operands evaluate to false, and the empty collection otherwise.

Signature:

export declare class XorAtom extends BooleanInfixOperatorAtom 

Extends: BooleanInfixOperatorAtom

Constructors

Constructor

Modifiers

Description

(constructor)(left, right)

Constructs a new instance of the XorAtom class

Methods

Method

Modifiers

Description

eval(context, input)