Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Real example of "Can all usages of `forSome` be replaced by an equivalent usage of `_`?"

scala

Select between under_score and camelCase format with json4s

Is PartialFunction orElse looser on its type bounds than it should be?

scala types partialfunction

Execute Scala Futures in serial one after the other

scala future

Create an Array of n1 "zeros" and n2 "ones" in scala

arrays scala

Is this a pure function in Scala

Designing with immutability (in Scala)

Higher Kinded Types in Scala and Haskell

Unresolved dependency with specs2 scalaz-stream 0.5a

scala sbt scalaz specs2

Parboiled2 causes "missing or invalid dependency detected while loading class file 'Prepender.class'"

Using `title` with ScalaTags

scala scalatags

json4s jackson - How to ignore field using annotations

json scala jackson json4s

AWS S3: Uploading large file fails with ResetException: Failed to reset the request input stream

Convert Matrix to RowMatrix in Apache Spark using Scala

How to find the name of the enclosing source file in Scala 2.11

scala scala-2.11

Difference between Scala REPL and Clojure REPL - compile speed

Akka scheduling patterns

scala akka

How do I compose a list of `Futures`?

scala future

Caused by: java.sql.SQLException: JDBC4 Connection.isValid() method not supported

Using v. Not Using the `self` Type

scala