core.unaryoperatoratom._constructor_ | Medplum
UnaryOperatorAtom.(constructor)
Constructs a new instance of the UnaryOperatorAtom class
Signature:
constructor(operator: string, child: Atom, impl: (x: TypedValue[]) => TypedValue[]);
Parameters
| Parameter | Type | Description |
|---|---|---|
| operator | string | |
| child | Atom | |
| impl | (x: TypedValue) => TypedValue |