Search code examples
Is it possible to decorate methods in scala?...


scalascala-2.11

Read More
When is crosspaths set to true?...


sbtscala-2.11

Read More
sbt creates multiple scala source directories...


sbtscala-2.11

Read More
Could this be a Scala compiler bug?...


scalacompiler-errorsscala-2.11

Read More
Conflicting cross-version suffixes in: org.scalamacros:quasiquotes...


scalasbtscala-picklingscala-quasiquotesscala-2.11

Read More
How to override an implicit value?...


scalaimplicitscala-2.11

Read More
Scala Macro: Create new classes with Option types...


scalascala-macrosscala-2.11scala-macro-paradisescalameta

Read More
Play Framework:Error type mismatch; found :Int required: play.api.mvc.Result...


scalaplayframeworkplayframework-2.3scala-2.11

Read More
Can I use @switch and Enumerations?...


scalaenumsswitch-statementpattern-matchingscala-2.11

Read More
Scala REPL crashes when started using scala.tools.nsc.interpreter...


scaladebuggingread-eval-print-loopscala-2.11

Read More
Idiomatic way of filtering Failure(t) instances in Scala...


scalaexceptionmonadsscala-2.11

Read More
scala exception in for-comprehension with type annotation...


scalafor-comprehensionscala-2.11

Read More
unable to percolate : org.elasticsearch.index.percolator.PercolatorException: [myindex] failed to pa...


scalaelasticsearchscala-2.11elasticsearch-percolate

Read More
Why does this json4s code work in the scala repl but fail to compile?...


jsonscalajson4sscala-2.11

Read More
Pattern matching on POJOs in Scala?...


javascalascala-2.11

Read More
How to get the annotations of a method in Scala 2.11...


scalareflectionannotationsscala-2.11

Read More
Scala 2.11.2 ScriptEngine throws error...


scalaintellij-ideascriptenginescala-2.11

Read More
How to compile scala 2.11.2 with bigger tupes?...


scalatuplesscala-2.11scala-compiler

Read More
How will xml modularisation in scala 2.11 play with xml literals?...


xmlscalascala-2.11

Read More
ScalaTest - how to use forEvery without printing the entire collection?...


scalascalatestscala-2.11

Read More
Scalaz unboxed tagged type not automatically unboxed...


scalascalazscalaz7scala-2.11

Read More
Dynamic mixin in Scala in scala 2.11.2...


scalareflectionmixinsscala-2.11

Read More
Why does Scala 2.11.2 give me compilation error for floating point number in scientific notation?...


scalasbtscala-2.11

Read More
Working with files in scala 2.11._...


fileioscala-2.11

Read More
Implicit class applicable to all Traversable subclasses including Array...


arraysscalaimplicitscala-2.10scala-2.11

Read More
How can I use Scalas runtime reflection to inspect a passed anonymous function?...


scalareflectionanonymous-functionmirrorscala-2.11

Read More
scala spec2 I am Unable to create a test that uses must be_== and failure at the same time...


scalatestingspecs2scala-2.11spec2

Read More
How to generate a "qualified Select" using Scala macros?...


scalamacrosscala-macrosscala-2.11

Read More
Scala 2.11.2 ScriptEngine is Null for .getEngineByName("scala")...


scalaintellij-ideascriptenginescala-2.11

Read More
Elegant way in Scala to render List of objects(columns) with List attribute(cell values) in a grid?...


arraysscalascala-collectionsplayframework-2.3scala-2.11

Read More
BackNext