Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How do I define a trait with subtraits so their methods only take shared implementation?

scala

TransactionalMap vs SynchronizedMap

Can we define a set of DSL operation in Scala that perform parallelly with each other just like using pipe-line processing in Linux

scala parallel-processing

Beginner: How do I say "any superclass of generic A"

generics scala

How to compare Ordered abstract type in Scala trait?

scala abstract-type

Porting a java interface to a scala trait with generics

Configuring Play 2.0 app with IDEA and SBT

Why making a difference between methods and functions in Scala?

scala

Scala - Count number of files in directory with defined file extension

file scala

Shuffling part of an ArrayBuffer in-place

Missing 'debug' command from Play 2.0 installed from Typesafe

Running the scala REPL from gradle?

scala gradle

haskell scala interoperability

Implicit lifting in scala

scala implicits

In this parameterized Scala function, why do I need the cast?

scala

Scala type erasure for pattern matching

correctly terminate akka actors in scala

scala actor akka

Scala implicit conversion of primitive to AnyRef

scala implicit-conversion

scala: how to implement this matcher in specs2

scala testing specs2

How can I omit this Nil Case