copy
Creates a copy of the receiver Manifest, applying the given transformer to each component.
fun Map<String, List<PublicationCollection>>.copy(transformer: ManifestTransformer): Map<String, List<PublicationCollection>>
fun Map<String, List<Contributor>>.copy(transformer: ManifestTransformer): Map<String, List<Contributor>>