This module is toolbox for operating on types and it's declarations. It should simplify required operations.
- Use [[flat]] object to extract type or declaration hierarchy into stream so it can be searched or filtered.
value stringflatHierarchy = flat.types(`String`);
assert(stringflatHierarchy.containsEvery([`SearchableList<Character>`,`List<Character>`,`Comparable<String>`,`Object`]));
value stringflatHierarchy = flat.declarations(`class ...
Note: this artifact is located at Ceylon repository (https://modules.ceylon-lang.org/maven/1/)
Licenses
| License | URL |
|---|---|
| http://www.apache.org/licenses/LICENSE-2.0.html |
Developers
| Name | Dev Id | Roles | Organization | |
|---|---|---|---|---|
| Wojciech Potiopa | |