Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

type parametrization or structural subtyping or

scala

In Scala, can internal methods be overwritten in subclasses?

scala

Can a Scala type parameter reference itself when used as a parameter to a base-class?

generics scala

overloading unapply method in case classes: scala

scala

Scala: normal functions vs tupled functions?

Permission denied to bind to port when running Scala application via SBT

scala sbt netty

Parallel random number generation with Akka Futures

scala random akka future

How to implement pluralize & other extensions using Playframework 2.0

With scala, can I unapply a tuple and then run a map over it?

scala tuples

Scala-style abstract modules in C# or other languages?

Does a class with a self type of another class make sense?

scala self-type

How Can I Return Protocol Buffers Directly in Play! 2.0 Framework?

Play framework - Scala, Method is defined twice

Compare types in Scala

scala

Composing two maps

scala dictionary

How does one get sbt-idea to work in scala-2.10 project?

scala sbt sbt-idea

How to call Scala's Queue.enqueue(iter: Iterable[B])?

scala

implicits for objects in Scala

scala object implicit

Errors and failures in Scala Parser Combinators

How to solve "Implementation restriction: trait ... accesses protected method ... inside a concrete trait method."