Function StackList
Convert SyncList to List
Convert a SyncList
into a standard List
.
Configuration
- List: The
SyncList
value to convert.
Output
The output will be a standard list with the same element type as the original SyncList
.
For example:
SyncList[String]
becomesList[String]
*SyncList[String]
becomes*List[String]