Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala invariant generic type parameter ignored by method parameter type depending whether argument is literal expression versus variable

Play! 2.1.1 framework javascript in template causes compile error

Scala - should ExecutorService be used for splitting work among the threads?

scala concurrency

Insert inferred type annotation for Scala val/var/def

How can provide JsonFormats for case class that references itself?

json scala spray-json

Spark Standalone Mode: Change replication factor of HDFS output

scala hdfs apache-spark

Scala: Idiomatic way to generate a fixed length sequence (folding infinite stream?)

scala stream folding

How to catch RejectedExecutionException when using Scala futures?

Showing loggedin User info in the header of my web app every time

Why the following code leaks a Slick database collection?

Stackless Scala With Free Monads, complete example

Accessing java member variable that has the name "type"

scala scala-java-interop

Applying validation from HList to a case class

scala scalaz shapeless hlist

Play Framework 2.2 - could not find implicit value for parameter timeout

scala playframework-2.2

for comprehensions with if guard

Scala Parser Combinators: Parsing in a stream

scala parser-combinators

What is the correct (functional) way to alter a list and return what was removed?

scala

How to match specific accept headers in a route?

scala spray

Can I inherit access modifiers from super class in Scala?

scala protected

How do I constrain a member of a parameter class to match the instance of an outer class?

scala