Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

call methods on akka actors in scala

scala akka actor

Idiomatic Scala for Nested Options

scala

Sequentially combine arbitrary number of futures in Scala

scala concurrency future

What does :+= method do defined for scala.collection.immutable.Vector?

scala

Scala recursion vs loop: performance and runtime considerations

Implementing inner traits in Scala like we do with inner interfaces in Java

java scala inner-classes

Scala Play 2.0. Compilation error: IO error while decoding

StringContext and macros: a simple example

scala scala-macros

Get the changed HTML content after it's updated by Javascript? (htmlunit)

java scala htmlunit

Is it possible to make Scala's JSON.parseFull() not to treat Integers as Decimals?

json scala

Implementing Iterable

scala iterable

What are the differences between mapcat in Clojure and flatMap in Scala in terms of what they operate on?

scala clojure

Get Response body from play.api.mvc.Action[AnyContent] in Play framework (Scala)

scala playframework

Meaning of type Set = Int => Boolean in Scala

scala

Specifying the size of a HashMap in Scala

scala hashmap

How can I load Avros in Spark using the schema on-board the Avro file(s)?

scala hadoop avro apache-spark

Scala function that returns an anonymous object?

scala gatling

sbt - exclude certain dependency only during publish

scala sbt pom.xml apache-spark

Is there a naming convention for implicit classes?

scala

How to share sbt plugin configuration between multiple projects?

scala plugins sbt