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

ceylon.language.Basic.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"The default superclass when no superclass is explicitly
 specified using `extends`. For the sake of convenience, 
 this class inherits [[Identifiable]] along with its
 [[default definition|Identifiable.equals]] of value 
 equality. Classes which aren't `Identifiable` should 
 directly extend [[Object]]."
by ("Gavin")
tagged("Basic types")
shared abstract class Basic() 
        extends Object() satisfies Identifiable {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy