Tag Link | [TreeMap->RemoveAll] | Category | Array |
---|---|---|---|
Type | Member | Source Available | No |
Support | Preferred | Version | 8.0 |
Change | Unchanged | Data Source | Any |
Output Type | None | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0 |
[TreeMap->RemoveAll] removes all matching elements from the tree map. With no parameter the tree map is emptied. Otherwise, the parameter is compared to each element of the tree map in term and matching elements are removed. The parameter can be any data type in Lasso including a matcher. The tree map is modified in
[TreeMap->(RemoveAll: Value)]
Required Parameters | |
---|---|
Matcher | Any value or matcher. Each element of the tree map will be compared to this value or matcher. Only those elements which match will be removed from the set. |
See the Lasso 8 Language Guide for examples of how to use this tag.