Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

Why does a scala val definition with a dot in it produce an error in a later stage than parsing?

scala syntax

Concise implementation of a function that returns its first argument in Scala

scala

Calling Thread.sleep inside an actor

Scala list index

scala collections

Real alternatives to Clojure's concurrency primitives in Scala

scala concurrency clojure