- ASFUNCTION
When you run a functional map with the ASFUNCTION function, the output of the functional map returns to the map rule that invoked the functional map. The invoking rule can work with the output from the functional map. The type of the output card must be an item.
- CLONE
The CLONE function creates a specified number of copies of some object.
- DEFAULT
The DEFAULT function allows a predefined value to be introduced into an expression.
- ECHOIN
The ECHOIN function returns a command (or property) to be used in a RUN function argument.
- HANDLEIN
The HANDLEIN function returns a command (or property) to be used in a RUN function argument.
- PARSE
The PARSE function analyzes a data object and validates it against the metadata of a component type. The resulting data structure is available to the calling map for further processing.
- REFORMAT
The REFORMAT function returns a type object that results from replacing the syntax of the input type with the syntax of the output type.
- RESOLVETYPE
The RESOLVETYPE function resolves the provided component path to a specific type tree reference when the map is being compiled.