core.unaryoperatoratom
Home > @medplum/core > UnaryOperatorAtom
UnaryOperatorAtom class
Signature:
export declare class UnaryOperatorAtom extends PrefixOperatorAtom 
Extends: PrefixOperatorAtom
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(operator, child, impl) | Constructs a new instance of the UnaryOperatorAtom class | 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| impl | readonly | (x: TypedValue[]) => TypedValue[] | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| eval(context, input) | ||
| toString() |