Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Accessing scala.None from Java

Passing elements of a List as parameters to a function with variable arguments

function scala

Right Arrow meanings in Scala

scala

What is the difference between toString and mkString in scala?

java string scala tostring

Scala map method syntax

scala syntax

Why can't a class extend traits with method of the same signature?

scala overriding traits

How to format strings in Scala?

scala

How to convert an Array to a Tuple?

IntelliJ IDEA 13: new Scala SBT project hasn't src directory structure generated

"Cannot find an implicit ExecutionContext" error in scala.js example app.

scala scala.js implicits

Scala case class update value

scala option case-class

Questions about Scala from a Rubyist

ruby scala scala-2.8

How do I append to a file in Scala?

scala

How to call .map() on a list of pairs in Scala

scala

Persistent data structures in Scala

SparkSQL - Read parquet file directly

Why is the `unary_` prefix needed in scala?

scala

Non-numerical use cases for functional programming? [closed]

found Unit: required Int. Why is the error not obvious?

scala

How to add tracing within a 'for' comprehension?

logging scala