def |()

in src/main/scala/org/intellij/scala/bundle/Mapper.scala [24:27]


    def |(other: Mapper): Mapper = {
      case entry if mapper.isDefinedAt(entry) => mapper(entry)
      case entry if other.isDefinedAt(entry) => other(entry)
    }