Turn any Scala collection into the corresponding Java collection: import scalaj.collection.Imports._ List(1, 2, 3).asJava // returns java.util.List[java.lang.Integer ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results