Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to yield multiple values?

Can you directly pass a non-implicit val as argument to a function expecting an implicit?

scala implicit

PlayFramework Websocket HTTP Status

Scala maintaining state in actors without var

scala actor

Converting a String to a Map

scala

return a file from src/main/resources using akka-http

scala akka spray akka-http

Is there a simple way to convert Option[Task[T]] to Task[Option[T]]?

What do variadic functions get compiled to?

What type to use in tests which require Concurrent and Timer type class instance?

How to define schema of streaming dataset dynamically to write to csv?

Running a Play! Project using the new sbt and jdk 9

scala playframework sbt

How to get or create a Hadoop client from a Spark Executor

Is parameter evaluation order guraanteed in scala?

Shrink macro for case class

scala shrink scalacheck

Impala is converting time into GMT how to avoid that

Scalacheck nested forall throws "oneOf called on empty collection" on failure in Scalatest test

scala scalatest scalacheck