Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Right arrow in class body in Scala

scala

Akka remote actor server discovery

java scala actor akka

Import multiple packages in Scala REPL

Setting different spaces for tab for Java and Scala in Eclipse

java eclipse scala

How to access a Java static method from Scala given a type alias for that class it resides in

What's the relation of fold on Option, Either etc and fold on Traversable?

Basic type inferral

scala types

curried function related questions in Scala

scala

Assigning scala empty array

scala scala-2.8

Unmodifiable view of a mutable Scala collection

scala scala-collections

How to handle optional fields in JSON parsing in play 2.1

Good, idiomatic way to refactor out business logic from controllers

Scala copy case class with generic type

scala generics case-class

Nested implicit macros seems not working for type parameters?

scala macros

How to create an instance of type T at runtime with TypeTags

scala reflection

How can I use JMH for Scala benchmarks together with sbt?

scala sbt microbenchmark jmh

Wait for an unknown number of futures

scala future

How to run tests using a custom WebApplicationInitializer?

Are the head and tail of a Set guaranteed to be mutually exclusive?

Shapeless: generic lens parameterized by case class or field

scala scalaz shapeless lenses