Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

SQL DSL for Scala

scala dsl querydsl

How to create a BufferedImage from raw data

java scala awt bufferedimage

Scala enumerations with Singleton objects as enumeration elements and a possibility to iterate over them?

java reflection scala enums

Extending a trait and types

scala

Interacting with actors in scala swing applications

swing scala actor

scala: circular reference while creating object?

scala circular-reference

What is the best way to implement a request/response protocol using akka and scala?

scala source implicit conversion from Int to RichInt

Java calling Scala case class w/ implicit parameter?

java scala

Covariance in type-level programming

generics scala types

Scala traits and structural types: can a trait extend a structural type and then call super?

scala

Construct a List from a series of expressions in Scala

scala dsl

Casting null to Int and Double in Scala [duplicate]

scala casting null

How do I refer to enclosing "this" in a Scala macro?

Replacing deprecated <:< Manifest type witness in Scala 2.10

scala reflection scala-2.10

Kill or timeout a Future in Scala 2.10

Slick, how to map a query to an inheritance table model?

scala scalaquery slick

using Scala 2.10.1 Value Types in Java

scala try/catch not catching some exceptions

Weird behavior of & function in Set

scala generics