Search code examples
Scala "update" immutable object best practices...


scalafunctional-programmingimmutabilityscala-2.10

Read More
F-Bounded polymorphism with abstract types in Scala...


scalagenericspolymorphismscala-2.10

Read More
Casting java.sql.Connection to oracle.jdbc.OracleConnection results in compilation error...


oracle11gslickscala-2.10bonecp

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


scalafunctional-programmingscala-2.10

Read More
Is using Try[Unit] the proper way?...


scalaerror-handlingscala-2.10

Read More
how to pass different values in a collection...


scalascala-2.10scala-2.11

Read More
how to pass different values to a variable in a scala object...


javamongodbscalascala-2.10scala-2.11

Read More
Kill or timeout a Future in Scala 2.10...


scalatimeoutfuturescala-2.10

Read More
Scala creating a list with some data at specific indices and 0 at all the rest indices...


listscalaimmutabilityscala-2.10

Read More
Spark: memory issues (GC overhead limit exceeded) when using cogroup with ListBuffer in Scala...


javascalaapache-sparkscala-2.10listbuffer

Read More
Custom Scala enum, most elegant version searched...


scalaenumsscala-2.10scala-macros

Read More
What's the easiest way to circumvent [SI-6976] in scala 2.10 for primitive collection pattern ma...


scalapattern-matchingscala-collectionsscala-2.10

Read More
How to get ClassTag form TypeTag, or both at same time?...


scalareflectionscala-2.10context-bound

Read More
Scala. Can case class with one field be a value class?...


scalascala-2.10

Read More
How to convert a java HashMap to immutable Scala map via java code?...


javascalascala-2.10

Read More
Set the parallelism level for all collections in Scala 2.10?...


scalaparallel-processingscala-2.10

Read More
How to construct graph in graphx...


scalagraphapache-sparkscala-collectionsscala-2.10

Read More
Passing Argument to main.scala.html...


playframeworkplayframework-2.0scala-2.10

Read More
MissingRequirementError when Compiling Scala code with Global.Run...


scalascala-2.10scala-compiler

Read More
Scala Play 2.2 application crashes after deploying in Heroku: target/start No such file or directory...


scalaherokudeploymentscala-2.10playframework-2.2

Read More
Scala: Spec2 Dependencies...


scalascala-2.10spec2

Read More
Method that returns List of size n in Shapeless...


scalascala-2.10shapeless

Read More
Json Coast to Coast Play framework : Serializing Joda DateTime...


scalaplayframework-2.2scala-2.10reactivemongo

Read More
how to add dependent library(jar) to scala project in Eclipse/Scala IDE...


scalaapache-sparksbtscala-2.10

Read More
Play! 2 Rendering JSON data in View from Controller...


javascalaplayframeworkplayframework-2.0scala-2.10

Read More
Scala 2.10 - Octal escape is deprecated - how to do octal idiomatically now?...


scalascala-2.10idiomsoctal

Read More
create two immutable data structure in one go using scala for comprehension or any other feature...


scaladata-structuresscala-collectionsscala-2.10

Read More
Apply map function to every element of NumericRange wrapped in Array in Scala...


scalascala-2.10scala-2.11

Read More
spray-json for normal classes (non case) on a List...


scalascala-2.10spray-json

Read More
Any way to obtain a Java class from a Scala (2.10) type tag or symbol?...


scalareflectionscala-2.10

Read More
BackNext