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

ceylon.language.meta.declaration.OpenIntersection.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"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