core.xoratom | Medplum
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 InfixOperatorAtom
Extends: InfixOperatorAtom
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(left, right) | Constructs a new instance of the XorAtom class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| eval(context, input) |