Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

What type to use in tests which require Concurrent and Timer type class instance?

How to define schema of streaming dataset dynamically to write to csv?

Running a Play! Project using the new sbt and jdk 9

scala playframework sbt

How to get or create a Hadoop client from a Spark Executor

Is parameter evaluation order guraanteed in scala?

Shrink macro for case class

scala shrink scalacheck

Impala is converting time into GMT how to avoid that

Scalacheck nested forall throws "oneOf called on empty collection" on failure in Scalatest test

scala scalatest scalacheck

Scala nested loops yield

scala loops for-loop

Shapeless HList polymorphic map with an argument

scala shapeless implicits

Parsing a blank / whitespace with RegexParsers

Using scala to call java.util.Hashtable#put

Scala how to convert Map to varargs of tuples?

scala playframework

Haskell Function Type Signature in Scala

scala haskell

Pass a function with any case class return type as parameter

Configure scaladoc to include extension methods

How do I deserialize a JSON array using the Play API