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

ceylon.language.not.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"Returns a function which is the logical negation of the 
 given predicate function."
tagged("Functions")
since("1.1.0")
shared Boolean not(
    "The predicate function to negate"
    Boolean(Value) p)(Value val) 
        => !p(val);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy