Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

What is the point of multiple parameter clauses in function definitions in Scala?

Play 2.0 templating - Scala `match` and `val` do not compile in a view template

Transform `Future[Option[X]]` into `Option[Future[X]]`

scala

In Scala, what does "extends (A => B)" on a case class mean?

scala map memoization

Equivalent of Scala dropWhile

java scala java-8 java-stream

Futures do not run before program termination

scala concurrency future

How to repeat argument in String format in Scala

Using scala sys.process with single quotes, white-space, pipes etc

scala curl

Is there a scala/java equivalent of Python 3's collections.Counter

java python scala

All permutations with repetition using scala

Count occurrences of each element in a List[List[T]] in Scala

scala scala-collections

lift-json with scala 2.10

scala sbt lift-json

What is the use cases of Ignored Variable syntax in Scala?

scala

Element-wise sum of arrays in Scala

arrays scala

How can I obtain Function objects from methods in Scala?

function scala pointers

Summing a List of Options with Applicative Functors

scala scalaz

Idiomatic Scala solution to imperative code

Java <-> Scala Collection conversions, Scala 2.10 [duplicate]

scala scala-collections

Scala match case on regex directly

scala

Scala for-loop. Getting index in consice way

scala loops yield