Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How do I get Intellij IDEA 12.0 to work with Play Framework 2.1.0 app and Scala 2.10.0?

Interact with Akka actor outside actors

How can I get Class[T] from an implicit ClassTag[T]?

Play Framework Testing using MultipartFormData in a FakeRequest

Printing the results of Futures in Scala Worksheet

scala monads scala-ide

Programmatically checking whether a string is a reserved word in Scala

What are the benefits of ScalaFX besides adding syntactic sugar for bindings?

java scala javafx scalafx

Debug scala sbt integration tests in IntelliJ

How to query to mongo using spark?

mongodb scala apache-spark

Using Scala with Java in Android Studio

How to apply manually evolutions in tests with Slick and Play! 2.4

Spark SQL is not converting timezone correctly [duplicate]

akka stream asyncBoundary vs mapAsync

Gatling-Value baseURL is not a member of io.gatling.http.protocol.HttpProtocolBuilder

scala simulation gatling

How to designate a thread pool for actors

Why and when do I need to follow a method name with _?

scala partial-application

Cannot figure out what =:=[A,B] stands for [duplicate]

scala types

Method taking Seq[T] to return String rather than Seq[Char]

scala scala-collections

letrec in Scala? (Immutable way to "Tie the knot?")

scala letrec tying-the-knot

What is the difference between the different overriding methods in Scala?

scala overriding