Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

UDF not working in Spark SQL

Scala unapplySeq extractor syntax

Scala: The `-` [dash, minus] command is deprecated in favor of `onFailure` and will be removed in 0.14.0

scala sbt scalac

Object spark is not a member of package org

Finding unused methods in scala using Intelli J

scala intellij-15

Slick 3 session with rollback

scala transactions slick

How to launch Scala from prompt

scala

Too Many Open Files (Selenium + PhantomJSDriver)

sbt aggregate coverage reports for unit and integration tests

Why does sbt assembly fail with "Not a valid command: assembly"?

Fail-fast json4s serialisation of sealed trait and object enum when missing serializer

Break or shortcircuit a fold 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