Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to pattern match on Row with null values?

scala apache-spark

Error while importing SBT project

scala intellij-idea sbt

How to concatenate a string to a column in Spark?

How to create a Row from a given case class?

Converting timestamp to UTC in Spark Scala

value isBlank is not a member of String

scala sbt travis-ci

Understanding the implementation of Y-Combinator

Pattern match on value of Either inside a for comprehension?

Is there a way in scala to convert from any Map to java.util.Map?

scala scala-java-interop

Ways to improve this code

scala

Scala: Constraint on generic class type

generics scala scala-2.8

Is there an easy way to integrate scaladoc into IntelliJ Idea?

Why scala's TreeSet returns SortedSet

scala treeset

Stuck at "Hello World" with IntelliJ IDEA 9.0.1 for Scala

Is there a SoftHashMap in Scala?

scala map soft-references

difference in classloading between Java and Scala

java scala

Is there a difference in Scala between Seq[T] and T*?

scala variadic-functions

How do I set up jsr223 scripting with scala as scripting language

What is the performance penalty to using lazy val in scala, but INSIDE a def

scala lazy-evaluation

val or object for immutable, final singleton object