in src/main/scala/org/intellij/scala/bundle/Mapper.scala [29:31]
def &(other: Mapper): Mapper = { case entry if mapper.isDefinedAt(entry) && other.isDefinedAt(entry) => other(mapper(entry)) }