Skip to main content
. 2020 May 30;12127:482–497. doi: 10.1007/978-3-030-49435-3_30

Table 3.

Mapping values for basic and collections types.

Type Mapping value
Numeric Inline graphic
Boolean Inline graphic
String “ ”
List List(x.head), x.tail, x.reverse, Nil
Tuple Inline graphic, Inline graphic
General null

Description: x represents the value generated by the original mapping function; k and v represents the key and value generated by the original mapping function in case of Key-Value tuples; Inline graphic and Inline graphic represents modified values for the key and value, which is the application of other mapping values respecting the type.