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

ceylon.language.meta.model.Functional.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version

import ceylon.language.meta.model {
    ClosedType=Type
}

"Abstraction for models which have a parameter list."
since("1.2.0")
shared sealed interface Functional {
    "The parameter types"
    shared formal ClosedType<>[] parameterTypes;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy