Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

object scalatest is not a member of package org

eclipse scala sbt scalatest

Why does @RequestMapping annotation accept String parameter in java but not in scala?

java spring scala annotations

Getting Scala type bound error: not found: type <%<

scala type-bounds

Scala Regular Expressions (string delimited by double quotes)

regex scala double-quotes

How to schedule a global period Akka job across multiple processes?

Chunked response handling with spray example

http scala spray

Basic Play framework routing and web sockets example

Slick where/filter/withFilter

scala slick

scala implicit causes StackOverflowError

Scalaz: how to compose a map lens with a value lens?

scala map scalaz lenses scalaz7

Getting the error "play-iteratees_2.10 not found" after adding the reactivemongo

scala sbt reactivemongo

What does the '<-' do in scala?

scala

Scala & Play: route regex without identifier

How to assert that mocked method is never called using ScalaTest and ScalaMock?

Composing `Future` result in Play Framework with Scala

scala playframework monads

Project compiles fine in IntelliJ, Tomcat says java.lang.NoClassDefFoundError: my/package/name/blah

how to get value from counter Column in cassandra with multiple row keys?

How do you replace actorFor?

scala akka

Get TypeTag[A] from Class[A]

scala

Lazy val to implement lazy lists in Scala

scala lazy-evaluation