Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Split strings with separator splited into each characters in Scala

regex string scala

Quality loss using ImageIO.write

image scala jpeg bufferedimage

Infer a type of a tree in a scala macro

scala macros scala-macros

Type safe method chaining that doesn't allow repeats of operations

scala method-chaining

@tailrec error in scala eclipse worksheet: expected start of definition

scala

I get "not a valid key: gen-idea", with a clean install of sbt 0.13+ how to fix it?

scala sbt sbt-idea

Play 2.2 JSON Reads with combinators: how to deal with nested optional objects?

Transform shapeless HList into a smaller HList

scala shapeless

Scala source code metrics tool (lines of code, lines of comments and so on) [closed]

How to print dependency jars for use in an environment variable?

scala sbt

Martin Odersky : Working hard to keep it simple

scala asynchronous logic

spark on yarn; how to send metrics to graphite sink?

scala hadoop apache-spark

Convert java.lang.String to Scala string

Scala check if string in option is defined and empty

scala

What scala version Intellij Idea scala plugin uses?

Play: How to remove the fields without value from JSON and create a new JSON with them

Why does Scala's indexOf (in List etc) return Int instead of Option[Int]?

Why does Scala need the def statement?

Scala Syntactic Sugar for converting to `Option`

scala

scala - How does method :: works in List?

scala