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

ceylon.language.Anything.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"The abstract supertype of all types. A value of type 
 `Anything` may be a definite value of type [[Object]], or 
 it may be the [[null]] value. A method declared `void` is 
 considered to have the return type `Anything`.
 
 Note that the bottom type `Nothing`, representing the 
 intersection of all types, is a subtype of all types."
by ("Gavin")
tagged("Basic types")
shared abstract class Anything() 
        of Object | Null {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy