Scala Merge List Of Strings

[Solved] Scala Merge List Of Strings | Scala - Code Explorer | yomemimo.com
Question : scala merge list of strings

Answered by : z0san

scala> List("a","b","c").mkString
val res1: String = abc

Source : https://www.baeldung.com/scala/join-string-collection | Last Update : Sun, 10 Apr 22

Answers related to scala merge list of strings

Code Explorer Popular Question For Scala