Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Delegate java.util.List#toArray(T[] a) in Scala

java scala

Scala :: lazy value is null unless printed?

How to express this type in Scala? Existential with type class (ie, implicit) restriction?

How to splitAt a scala list using shapeless

scala shapeless

Creating a recursive data structure using parser combinators in scala

Specs2 and @Before/@After-like methods

scala specs2

Mixing Scala and Java: How to get generically typed constructor parameter right?

No Json formatter found Scala, Play framework error

scala playframework

Why XML literals yield mutable objects in Scala?

xml scala immutability

Hard restart directive in Akka?

scala akka actor

Simple Xpath query in scala

xml scala xpath

cannot implicitly cast A[T] to AT, where A[T] extends AT

java scala generics

How does by-name arguments work in higher-order functions?

scala

Scala: cross (cartesian) product with multiple sources and heterogeneous types

Need reference to open source play framework based scala apps [closed]

How do you create Json object with values of different types?

json scala json4s

How to find Future implementation in scala.concurrent?

scala concurrency future

Scala trait syntax

scala scalatra

Passing implicit ExecutionContext to contained objects/called methods

Is there a maintained immutable priority queue in Scala?