Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is it possible to know what Scala implicit is being used, without the help of an IDE?

scala implicit

What are odd names like $read and $iw doing in the reified expression?

Changing the compiler's classpath from a Scala macro?

In Scala, combine objects methods as class methods

class scala object traits

What library can I use for calc large sparse matrix in Java or Scala?

Omitting parenthesis

scala

Scala & Play! & Slick & PostgreSQL auto increment

How can I write a function that performs a case statement with a generic type? [duplicate]

scala

Multiple project dependencies in SBT native packager

Play Scala Json Missing Property vs Null

QuickSort can't be applied to ArrayBuffer to do sorting In place in Scala

How to implement CSRF protection in PlayFramework 2.1.x (Scala)?

Scala run process on different working dir

scala process ioexception

Type erasure with parameter defaults

Scala Pickling: Writing a custom pickler / unpickler for nested structures

scala scala-pickling

How to get the classtag of a path-dependent type

scala path-dependent-type

Play Framework, Specs2 - Calling controller method directly from unit test

How do you write a Scala script that will react to file changes

scala

Spark RDD's - how do they work

What is going wrong with `unionAll` of Spark `DataFrame`?