[Scala]インスタンスのクラス名を取得
[scala]val str = "文字"
str.asInstanceOf[AnyRef].getClass[/scala]
文字列の長さを取得 scala> "test" length Int = ...
Liftにはrun modeが6つ準備されている development tes ...
2.9からParallel Collectionsが実装されてますが、よく分かり ...
Scalaの言語仕様で「::」と「:::」というのがある。 「::」とは連結メソ ...
Controllerの中などで、 Play.current.path.getPa ...