ceylon.language.serialization.References.ceylon Maven / Gradle / Ivy
"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