Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How do I remove trailing elements in a Scala collection?

scala

In these cases, the Scala value class will be "boxed", right?

scala memory-management

How to generate TimeUUID in Java/Scala

java scala cassandra timeuuid

how to read json with schema in spark dataframes/spark sql

why Scala does not have concept of checked and unchecked exception?

Scala script doesn't run on Ubuntu

scala ubuntu scala-script

pass variable number of arguments in scala (2.8) case class to parent constructor

Newbie Scala question about simple math array operations

scala

Common practice how to deal with Integer overflows?

How to check if there's None in List[Option[_]] and return the element's name?

scala

Scala: How to suppress unchecked warnings / do pattern matching of maps correctly?

scala

Is it possible to use IN clause in plain sql Slick for integers?

scala slick

Scala vector of any dimension using shapeless

scala math vector shapeless

Disable false warning "possible missing interpolator"

Scala Arrays vs Vectors

arrays scala vector

What is the point of multiple parameter clauses in function definitions in Scala?

Play 2.0 templating - Scala `match` and `val` do not compile in a view template

Transform `Future[Option[X]]` into `Option[Future[X]]`

scala

In Scala, what does "extends (A => B)" on a case class mean?

scala map memoization

Equivalent of Scala dropWhile

java scala java-8 java-stream