Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Trait, FunctionN, or trait-inheriting-FunctionN in Scala?

scala

Elegant way to reverse a list using foldRight?

scala

About Scala generics: cannot find class manifest for element type T

generics scala

Why do people define object extends its companion class?

scala

ambigious implicits

scala implicits

Scala, partial functions

What is the fastest way to compile Scala files using maven?

scala maven

In Scala static value initialization does not appear to be happening before the main method is called

scala

Using a Scala library that is only available for an older Scala version

scala incompatibility

Can the stackable trait pattern be used with singleton objects?

scala singleton traits

Generic method convertible to structural type in scala

generics scala

SBT cleanup hook in test

scala sbt

Akka and built in Scala Actors: What's the difference for local use?

scala actor akka

Idiomatic replacement for existential types

scala

Traits vs. Packages in Scala

How do you create a Playframework 2.0 Form with a field that is conditionally required?

Why is a Range transformed to a Vector after map operation?

scala scala-collections

MalformedInputException when trying to read entire file

file scala file-io

Manifest[T].erasure is deprecated in 2.10, what should I use now?

How to run code in a separate thread?

scala