mapByData

inline fun <T, R> List<UUIDKey<T>>.mapByData(block: (T) -> R): List<R>