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