Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala registering mixin constructor results immutably

scala immutability mixins

Creating an Akka fat Jar

Instantiate case class with values to be set for its members

scala case-class

Scala untyped macro in infix position

scala macros scala-macros

Get command line arguments when running an Akka Microkernel?

Akka, Scalatra and Web state questions [closed]

scala akka scalatra

Simple control flow in scalaz effect

scala scalaz scalaz7

Where is the documentation for Play sbt-plugin (Build.scala)?

scala build playframework sbt

JavaFX DragAndDrop with custom DataFormat

Scala Play form validation: required boolean isn't mandatory

How are Scala's local lazy variables implemented?

sbt test-only not picking up jvm option when forking a jvm for tests

scala sbt

Starting Scala application in SBT for integration test

Would scala close the InputStream automatically?

scala stream

Spark structured streaming: converting row to json

How to compose column name using another column's value for withColumn in Scala Spark

How to use actors for database access and DDD?

Comonad example in Scala

scala monads scalaz comonad

How to connect to a remote MySQL database via SSL using Play Framework?

How can one provide manually specialized implementations with Scala specialization?

scala specialization