Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Lift-json extract json with 'type' field into a case class

scala lift-json

What is the basic collection type in Scala?

scala types collections

Class alias in scala

scala alias

Generic, type-safe way to flatten arbitrarily nested collections in Scala?

scala scala-collections

How do I format a string with string interpolation in Scala as a fixed width string?

How is an sbt task defined using <<= different from one defined with := that references another setting's .value?

scala sbt

Why does Array[T forSome { type T; }] mean Array[Any]

Scala type alias with type parameters

scala generics types alias

Type Lambda's in Scala: why is the extra parentheses needed in a declaration?

scala types grammar

ScalaMock: How to mock/stub a method to return different values per call?

How to make your own for-comprehension compliant scala monad?

scala monads

How is "become" implemented in languages that support the actor model?

scala concurrency erlang actor

guide to move from filter to withFilter? [closed]

scala

Scala - What does ' => SomeType' means? [duplicate]

scala

Use of Scala's private final modifier?

scala inheritance modifier

What is the easiest way to implement a Scala PartialFunction in Java?

java scala partialfunction

Introspect argument passed to a Scala macro

scala macros scala-macros

Standard lib or Akka for Scala.2.10.1?

scala concurrency akka

Can multi-projects from GIT be used as SBT dependencies?

scala sbt banana-rdf

Scala fast text file read and upload to memory