【Scala】メソッド一覧の表示 7月 19, 2017yuohgi コメントする > val ary = List("a", "b", "c") > ary.getClass.getMethods.map(_.getName).distinct.sorted.foreach(println)