Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Groupというクラスがあります
class Group(id: Int, name: String, category: String) { }
キーとしてに変換しようとしArray[Group]てMap[String, Seq[Group]]いcategory: Stringます。Seq[Group]キーが存在しない場合は空のグループを作成して追加し、それ以外の場合はSeq[Group]. キーが既に存在する場合、Seq を更新する方法がわかりません。
Array[Group]
Map[String, Seq[Group]]
category: String
Seq[Group]