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

ceylon.language.functions.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"The identity function that always returns its argument."
tagged("Functions")
since("1.1.0")
shared Value identity(Value argument) => argument;

"A `void` function that does nothing."
tagged("Functions")
since("1.1.0")
shared void noop(Anything* arguments) {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy