mutable.Map deep merge

后端 未结 0 996
名媛妹妹
名媛妹妹 2020-12-01 13:23

Is there a concise way to deeply merge two mutable maps in Scala?

case class K1(i: Int)
case class K2(i: Int)

def deepMerge(map: mutable.Map[K1, Map[K2, List         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题