Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Spark Dataframe change column value

Initializing Generic Variables in Scala

How does the NotNull trait work in 2.8 and does anyone actually use it?

scala nullable scala-2.8

Scala, advanced generic extending

generics scala extending

Scala SBT: scala compiler version

swing scala sbt

How to instantiate inner classes in one step in Scala?

Accessing a value from the outer scope when a local member with the same name is present

scala

Why should one prefer Option for error handling over exceptions in Scala?

Scala generate unique pairs from list

Spark: Get top N by key

scala apache-spark

Idiomatic way to create a basic HTTP Post request with Akka HTTP

scala akka akka-http

How to have colored REPL for 'sbt console'?

scala sbt

Layer-Design: where to check permissions for database reads/updates?

What prevents a statically typed language from having something like Ruby's method_missing?

Why is ClassManifest needed with Array but not List?

Running SBT as Daemon

scala sbt

Performance of immutable set implementations in Scala

Why use scala.collection.immutable.Stack

scala

Find the logarithm of a number in Scala

scala

Configuring a Postgresql connection with Play 2 and Slick-Play