Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

What's the deal with all the Either cruft?

scala

Are there any methods included in Scala to convert tuples to lists?

scala list tuples

How can I execute multiple tasks in Scala?

Getting a Scala interpreter to work

convert a byte array to string

Trimming strings in Scala

string scala

Using .tupled method when companion object is in class

Base 64 encoding with Scala or Java

java scala base64

Is Scala functional programming slower than traditional coding?

Difference between trait inheritance and self type annotation

Difference Await.ready and Await.result

scala future

DataFrame equality in Apache Spark

Scala with keyword usage

scala

Is there a Python equivalent for Scala's Option or Either?

Checking that all items in a collection match a predicate in Scala

scala predicate

Haskell, Scala, Clojure, what to choose for high performance pattern matching and concurrency [closed]

View SQL query in Slick

sql scala slick

What replaces class variables in scala?

scala static

Automated Java to Scala source code conversion? [closed]

java scala code-conversion

Scala: short form of pattern matching that returns Boolean

scala pattern-matching