Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Benefits of currying in Scala

scala

Slick insert from select

scala slick

Suppressing @unchecked warning for a higher-kinded existential type

Filtering values on right side of scalaz disjunction

scala scalaz

Using trait method in the class constructor

scala class constructor traits

Does the order of implicit parameters matter in Scala?

scala implicit

NoClassDefFoundError while using scopt OptionParser with Spark

How to groupBy an iterator without converting it to list in scala?

Bounded generic parameters in Play Framework template

scala playframework-2.3

In Slick 3, how does one SQL-Compile an insert using a mapped case class?

scala slick

Warning about unhandled type class during compilation

scala sbt

Akka - how to check how long a message was in inbox?

scala akka

Scalamock: How to get "expects" for Proxy mocks?

scala scalatest scalamock

Intellij not compiling scala project

scala maven-3 intellij-14

sbt 0.13.8 -- what is the difference between buildSettings and projectSettings?

scala sbt

How to call Stored Procedures and defined functions in MySQL with Slick 3.0

mysql scala slick-3.0

PowerMock not able to resolve ambiguous reference

spark-scala: Filter RDD if the record of the RDD doesn't exist in another RDD

scala apache-spark

Spark-submit Sql Context Create Statement does not work

Convert a Long to base 36 in scala

scala long-integer base36