Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Overriding setter on var

scala

ScalaTest and Maven: getting started

Replacing case class inheritance with extractors preserving exhaustiveness checks in Scala

is there a scalaTest mechanism similar to TestNg dependsOnMethods annotation

scala scalatest

Why do web development frameworks tend to work around the static features of languages?

Using scala continuations with netty/NIO listeners

scala netty continuations

determine size of object: best way to use instrumentation in scala/sbt

What's the idiomatic equivalent in Scala for C#'s event

c# scala

Anorm string set from postgres ltree column

scala anorm

How do I get a scala macro to replace a method call

scala scala-macros

IntelliJ Idea compiling with SBT by default

scala intellij-idea

Why was match in Scala implemented as a keyword rather than as a method?

Higher order Functors in scala

Scala inheritance default parameter in parent class

Restrict Scala type to be one of a set of types

scala generics

Strange type error after "inlining" a val

scala shapeless

Out of memory error when writing out spark dataframes to parquet format

Difference between a map and udf

scala apache-spark udf

Skolemization of existentially typed expressions

scala existential-type

Avoiding redundant generic parameters in Scala

scala scala-generics