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

ceylon.language.forItem.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"A function that returns the result of applying the given 
 [[function|resulting]] to the [[item|Entry.item]] 
 of a given [[Entry]], discarding its `key`.
     
     Map> map = ... ;
     {Item?*} topItems = map.map(forItem(List.first));"
see (`function forKey`)
tagged("Functions")
shared Result forItem(Result resulting(Item item))
            (Object->Item entry)
        => resulting(entry.item);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy