Sometimes I lament the lack of a convenience metho...
# plugin-development
k
Sometimes I lament the lack of a convenience method on
NamedDomainObjectCollection
that gives you a view of the collection as a
Map<String, Provider<T>>
or
Provider<Map<String, T>>
(whichever one is more appropriate to stuff into a
MapProperty<String, T>
).