Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to check if a map contain a empty string value in scala?

scala map

How to convert DateTimeComparator to an Ordering[DateTime] in Scala

scala jodatime

Scala: using None for other purposes than empty Option

Integer in an interval with maximized number of trailing zero bits

How to specify Foo.class in scala?

java scala

How to convert java Map to scala Map of type LinkedHashMap[String,ArrayList[String]]?

scala

Variable within scala template in play framework

scala playframework

Is there a full specification for pattern matching possibilities of Scala?

scala pattern-matching

Class member assigned to None or null or _ in scala which is better and why?

scala

Can a Scala for loop modify variables outside its scope?

scala

What is the Scala equivalent of C++ typeid?

scala reflection typeid

Why is the creation of multi-dimensional arrays so slow in Scala?

bugs or weird behaviors in Scala 2.9

Filter in functional languages with original non-filtered elements?

does "r0", "r1" and so on have special meaning in Scala?

scala reserved-words

Can Scala apply multiple implicit conversions in one expression? [duplicate]

scala

Setting up a Scala Lift project in Eclipse

structural type with upper bound?

scala types

strange ArrayBuffer behavior

Call scala from java - performance?

java performance scala