Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala Code demystify

scala playframework-2.0

Scala: how to embed a small web server into a scala app?

Getting started with Lift

scala lift

Play Framework for Scala - RESTful Web Service [closed]

Scala's infix notation with object +, why not possible?

scala

running the first example of playframework in IntelliJ on a Mac OSX

Scala: extracting part of a Strings using Regular Expressions

regex scala

Using Scala Implicitly for Type Equality

scala types implicit

Why does Scala 2.11.2 give me compilation error for floating point number in scientific notation?

scala sbt scala-2.11

Spark: Sort records in groups?

scala sorting apache-spark

SPARK : failure: ``union'' expected but `(' found

How to use IN clause in Slick?

mysql sql database scala slick

Scala 12.x and Java 11 `String.lines`, how to force the implicit conversion in a chained call?

java string scala java-11

Scala Map: mysterious syntactic sugar?

By-name repeated parameters

How can I call a function that takes 2 parameters with a Tuple2?

scala tuples

How to track the source line (location) of an XML element?

xml scala scala-2.8 scala-xml

Scala Constructors, Named Arguments, and Implicit Getters/Setters

Must override val variable in scala

scala

How to use Specs2 with Scalacheck to automate testing of String arguments?

scala specs scalacheck specs2