Join Slack
Powered by
The following is the most general solution `fun &l...
# announcements
o
okkero
03/07/2017, 12:39 PM
The following is the most general solution
fun <K> Map<K, Collection<*>>.isEmpty(key: K) = this[key]?.isEmpty() ?: true
2
Views
Open in Slack
Previous
Next