Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Unexpected Scala Map type

scala type-inference

Scala: how to make a Hash(Trie)Map from a Map (via Anorm in Play)

scala playframework anorm

Scala Type Inference Issues with Parametric Function

scala type-inference

Strings maintaining leading and trailing quotes from JSON when using Jerkson

How can one change the location of the "webapp" directory for a Scalatra application?

indexOf for 2D Vector in Scala

scala

Using the new reflection API, how to find the primary constructor of a class?

scala reflection

Generic unapply method for different types of List

scala generics

Setting textinputformat.record.delimiter in spark

Verify that a method was called using Mockito without specifying arguments

scala mockito specs2

How do I ignore ssl validation in play framework scala ws calls

Why can I call += with a single parameter on a Scala Set?

scala

Is there a way to run scala code in the ipython notebook?

scala ipython-notebook

Naming convention for packages and projects

scala naming-conventions

Scala sorting Options

scala

unrecognizable code in scala Predef object

scala

Why does this simple implicit stringToInt function cause a stack overflow?

scala implicit scala-2.10

determine if T of Manifest[T] is a collection

scala reflection manifest

Slick 2.0: How to convert lifted query results to a case class?

scala slick

scala - generic unzip for HList

scala shapeless hlist