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 ...

Artifacts using Support (5)
Sort by:Popular

Core API module for the Codamo framework. Provides stable API for transformations of data models.
Last Release on Feb 13, 2021
Depin Core - Dependency injection framework core module for Ceylon ## Logging This module uses standard Ceylon logging defined via `module ceylon.logging`. Configuration of logging may be altered using [[log]] value.
Last Release on Feb 13, 2021
Collection transformers module. Contains transformation classes between collections
Last Release on Feb 13, 2021
Core engine module for Gecon framework. Provides [[Gecon]] class to be instantiated, as main entry point for executing of transformations.
Last Release on Feb 13, 2021
Core transformer module required for all basic transformations and generic transformations. Contins only transformation related classes
Last Release on Feb 13, 2021
  • Prev
  • 1
  • Next