Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-2.10

How to execute a Scala3 script when system has both Scala2 and Scala3 installed?

scala scala-2.10 scala-3

Why doesn't Scala's implicit class work when one of the type parameters should be Nothing?

Differences in numerical behaviour between Scala versions

scala scala-2.10 numerical

Scala Case class copy member of parent trait when calling copy()

scala dataframe filter array of strings

error: object tools is not a member of package scala var value: scala.tools.nsc.interpreter.IMain

Should I report this assertion failure? What is $asInstanceOf anyway?

scala scala-2.9 scala-2.10

How to get filename of xlsx file with apache poi XSSF?

Scala Compiler crash: What's wrong here?

scala scala-2.10 scalac

class SomeClass in package x cannot be accessed in com.a.y.x

scala scala-2.10 scalac

Why does the Scala compiler error with "Synthetic tree contains nonsynthetic tree"?

scala scala-2.10 scalatest

Does Scala have a 'unique list' type?

How do I get an object's type and pass it along to asInstanceOf in Scala?

scala scala-2.10

Can I define and use functions outside classes and objects in Scala?

JSON to Scala code generation

json scala scala-2.10 scalac

Scala: I have a Set[X] and function (X) => Future[Y] and want to output a Future[Map[X, Y]]

Scala Class[_$1] where type _$1

Scala Dynamics: Ability to add dynamic methods?

How can I count number of rows returned by a join in Slick?

scala scala-2.10 slick