Suppose I\'ve got case class A(x: Int, s: String) and need to update a List[A] using a Map[Int, String] like that:
case class A(x: Int, s: String)
List[A]
Map[Int, String]
def upda