Skip to main content

core.andatom

Home > @medplum/core > AndAtom

AndAtom class

6.5.1. and Returns true if both operands evaluate to true, false if either operand evaluates to false, and the empty collection otherwise.

Signature:

export declare class AndAtom extends BooleanInfixOperatorAtom 

Extends: BooleanInfixOperatorAtom

Constructors

Constructor

Modifiers

Description

(constructor)(left, right)

Constructs a new instance of the AndAtom class

Methods

Method

Modifiers

Description

eval(context, input)