Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala: why can't I map a function accepting Seq[Char] over a collection of Strings

scala implicit-conversion

Kind vs Rank in type theory

Scala parser combinators and newline-delimited text

scala parser-combinators

How do you enrich value classes without overhead?

How to represent a partial update on case classe in Scala ?

scala case-class shapeless

Scala - futures and concurrency

Why java complains about jar files with lots of entries?

java scala jar zip java-7

How to assert the type of an object, in specs2

scala types assertions specs2

Convert Spark Row to typed Array of Doubles

scala apache-spark

Why it took so long to download sbt dependencies when I create a scala project in intellij idea?

scala intellij-idea sbt

Why and how is Scala treating a tuple specially when calling a one arg function?

scala tuples

Off by one with sliding?

Scala Modifiers and Type parametrization

scala

How to create a global variable with Play Framework 2.0

scala: problems with return statement

scala playframework-2.0

download a zip from url and extract it in resource using SBT

scala sbt

SBT Publish only when version does not exist

scala sbt ivy nexus

inferSchema in spark-csv package

Scala for-comprehension with tuple decomposition

scala for-comprehension

How to convert a scala Int to a java Integer?

java scala integer int