Skip to main content

core.unaryoperatoratom

Home > @medplum/core > UnaryOperatorAtom

UnaryOperatorAtom class

Signature:

export declare class UnaryOperatorAtom extends PrefixOperatorAtom 

Extends: PrefixOperatorAtom

Constructors

ConstructorModifiersDescription
(constructor)(operator, child, impl)Constructs a new instance of the UnaryOperatorAtom class

Properties

PropertyModifiersTypeDescription
implreadonly(x: TypedValue[]) => TypedValue[]

Methods

MethodModifiersDescription
eval(context, input)
toString()