Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to partition RDD by key in Spark?

scala apache-spark rdd

Why does using cache on streaming Datasets fail with "AnalysisException: Queries with streaming sources must be executed with writeStream.start()"?

Can I use the Scala lift-json library to parse a JSON into a Map?

json scala lift

Scala: Convert org.w3c.dom.Document to scala.xml.NodeSeq

java xml dom scala

Should I prefer sealed class or Enumeration in Scala?

scala enums

How do I read the value of a cookie in the Play-Framework with Scala?

scala cookies playframework

Can snippets take parameters in lift?

scala lift

Lift-json extract json with 'type' field into a case class

scala lift-json

What is the basic collection type in Scala?

scala types collections

Class alias in scala

scala alias

Generic, type-safe way to flatten arbitrarily nested collections in Scala?

scala scala-collections

How do I format a string with string interpolation in Scala as a fixed width string?

How is an sbt task defined using <<= different from one defined with := that references another setting's .value?

scala sbt

Why does Array[T forSome { type T; }] mean Array[Any]

Scala type alias with type parameters

scala generics types alias

Type Lambda's in Scala: why is the extra parentheses needed in a declaration?

scala types grammar

ScalaMock: How to mock/stub a method to return different values per call?

How to make your own for-comprehension compliant scala monad?

scala monads

How is "become" implemented in languages that support the actor model?

scala concurrency erlang actor

guide to move from filter to withFilter? [closed]

scala