Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Idiomatic use of a Java comparable object

scala scala-java-interop

How to run an external file from within the scala interactive interpreter (REPL)?

Conversion of Scala map containing Boolean to Java map containing java.lang.Boolean

java scala interop

How to get the body of post request in Scalatra?

scala scalatra

dynamically bind variable/parameter in Spark SQL?

Is Scala/Java not respecting w3 "excess dtd traffic" specs?

java xml scala w3c dtd

Scala macros, where are they used?

Updating db row scala slick

scala slick

Why does Scala compiler fail with "no ': _*' annotation allowed here" when Row does accept varargs?

How to deal with long initialization of an Akka child actor?

scala akka actor

When would I use the "Mark directory as ..." option in IntelliJ IDEA?

scala intellij-idea

Scala Error: Could not find or load main class in both Scala IDE and Eclipse

How to programmatically determine if the class is a case class or a simple class?

class scala

Change max memory heap for Java on Mac OS X

java macos scala

how to expand size of Java stack trace to see bottom of stack? (triggering a stack overflow)

Using Futures in Akka Actors

scala akka actor future

Scala: Unpacking tuple as part of argument list

drop,dropRight,take,takeRight vs substring?

string scala

StringOrInt from Idris -> Scala?

scala idris

If case class inheritance is prohibited, how to represent this?