Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Matching on nested exception type

scala

in scala how to convert one case class to another immune to code changes field additions?

scala

Scala - How to define map, where value depends on key?

scala dictionary

How to include application/x-www-form-urlencoded HttpHeader in Akka-http 2.4.1?

scala akka-http

Spark java.lang.ClassCastException: scala.collection.mutable.WrappedArray$ofRef cannot be cast to java.util.ArrayList

Are there any good Scala-specific frameworks and libraries worth taking a look out there? [closed]

scala frameworks

Scala: Mixing traits with private fields

Implementing ifTrue, ifFalse, ifSome, ifNone, etc. in Scala to avoid if(...) and simple pattern matching

scala match control-flow

scala's mutable and immutable set when to use val and var

scala

How to generate n-grams in scala?

scala n-gram

Scala constructor abstraction

scala polymorphism

Scala Dispatch library: how to handle connection failure or timeout?

Ideal functional language for implementing a full text search with .NET [closed]

.net scala haskell clojure f#

Scala Monad - Full worked example [closed]

scala

Read property file under classpath using scala

scala classpath

Spray/Akka missing implicit

scala akka spray

filter a List according to multiple contains

Flatten a list of tuples in Scala?

list scala tuples flatten

Error: not found: value lit/when - spark scala

Spark : Average of values instead of sum in reduceByKey using Scala

scala apache-spark