ceylon.language.forItem.ceylon Maven / Gradle / Ivy
"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