Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Akka actor logging not writing to file

scala logging akka slf4j actor

Applicative vs. monadic combinators and the free monad in Scalaz

How can parameters/settings be passed to a Scala macro?

what is the difference between classOf[T] and Class[T]

scala

What `JObject(rec) <- someJArray` means inside for-comprehension

scala lift json4s

Scala testable code with inheritance and mixins

scala By-name parameter on a anonymous function

scala

How to upsert document in MongoDB Java driver 3

Caching implicit resolution

scala scala-implicits

How to calculate Percentile of column in a DataFrame in spark?

What is "value" in pure functional programming?

What is the difference between .sc and .scala file?

Why can a method returning Unit be overridden with method returning String when return types are not explicitly given?

scala overriding traits

How to limit concurrency when using actors in Scala?

scala concurrency actor

Function.tupled and placeholder syntax

scala scala-2.8

Straight Java/Groovy versus ETL tool (Talend/etc) - what libraries would you use?

java scala groovy etl talend

Scala Properties Question

How to convert immutable Seq to mutable seq with until loop

Scala StringBuilder

Which syntax options/language features did Scala remove over time (and why)? [closed]