Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

When should I make methods with implicit argument in Scala?

What's the difference between ::: and ++ for Lists?

list scala operators

Scala unbound placeholder parameter

Initialize a val from a secondary constructor

scala

How can I convert a Java map of maps for use in Scala?

SBT Scaladoc configuration for the standard library

scala sbt scaladoc

Converting a side-effect only function to async using futures. Which is the return type?

scala akka

Understanding purely functional persistent binary trees

Scalaz Tree to JSON

json scala tree scalaz scalaz7

Use a Scala collection method to help convert a list of [0,0,0,1,1,1,1,0,0,1,1] into [3,4,2,2]

scala scala-collections

'let...in' expression in Scala

scala

How to use Tinkerpop with actors

How should I use #:: / hash colon colon in Scala?

How to parse a date with timezone correctly?

how to give `x._1._2` parameters actual names

scala

Play2 add new field to JsObject

How to truncate a string after a word in scala

regex scala

What does !# (reversed shebang) means?

bash scala

Slick 2.0 Map a java.util.Date in a Table

scala slick-2.0

Scala Builder Pattern: illegal cyclic reference involving type T