Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Infinite curryable add function

scala currying

Ignore case class field in ScalaTest matching

Scala generic Function vs Generic Method

Another subtype after a type bound in scala

scala chisel context-bound

What's the Future of Lift framework and current work being done?

scala frameworks lift

Implement a method using a function value in Scala

scala

Actors in Scala.net

.net scala concurrency actor

How to reference a val in a case statement?

How to update a mutable hashmap element in Scala?

scala hashmap mutable

Scala String Concatentation Problem

scala

How to make the type checking at compile time?

scala types traits

Is match a language feature?

scala pattern-matching

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