namedAccountables
fun namedAccountables(prefix: String, in: MutableMap<*, out Accountable>): MutableCollection<Accountable>
Converts a map of resources to a collection.
The resource descriptions are constructed in this format: prefix 'key' [toString()]
This is a point-in-time type safe view: consumers will not be able to cast or manipulate the resources in any way.