Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala: what is the most appropriate data structure for sorted subsets?

Does Scala's specialization compose?

scala

Scala: Can I convert an Option to varargs?

Emulating a scala ParStream

Checking Function Type in Scala

scala

Does Scala (or the JVM) ever optimize (Function) objects away?

scala jvm

How can I access implicit "implicit" i.e. def a[A :B] or def a[A <% B]?

Is there a way to get all dependencies of the project via sbt plugin?

scala sbt

sbt skip tests in subproject unless running from within that project?

scala sbt

scala cake pattern - can I have multiple layers of cake?

scala

Scalacheck is ignoring the provided generators

scala sbt scalacheck

Squeryl: Run query explicitly

Powerful static OO orientated multi paradigm alternatives to Scala

oop scala static

Serialize a map that doesn't have a string as a key with lift-json

What is the easiest way to update an immutable AST?

Play Framework 2.0 BodyParser - push parsing XML streams

Creating Akka project in OSGi

scala osgi akka

Lens / Prism with error handling

Scala Java Error: value filter is not a member of java.util.Map. Works outside of class

Akka stream 2.6. How to create ActorMaterializer?

scala akka-stream