ceylon.language.meta.declaration.OpenIntersection.ceylon Maven / Gradle / Ivy
"An open intersection type."
shared sealed interface OpenIntersection satisfies OpenType {
"This intersection's list of satisfied open types."
shared formal List satisfiedTypes;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy