All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ceylon.language.serialization.References.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"Exposes the instances directly reachable from a given instance."
shared sealed interface References/**/
    // could be generic 
        satisfies {*/->Anything>*} {
    
    "The instance"
    shared formal Anything/**/ instance;
    
    "The references that are reachable from the [[instance]]."
    shared formal Iterable*/> references;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy