Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Faster permutation generator

Scala type-widening/inference of foo[T](T,T): T

scala types

How to check if a class file version 50.0 (Java 6) has been preverified?

How could I implement an early return from outside the body of a method in Scala?

Pattern matching on object.member in Play 2.0 templates

Encoding recursive tree-creation with while loop + stacks

scala

Can you replicate Clojure's (partition) or Scala's sliding() functions with Guava?

java scala clojure guava

How to test methods based on Salat with ScalaTest

type inference in argument list in combination with setter not working

Mixing scala, maven and java within Eclipse - unit testing

Redirect stdin/stdout in sbt run task

scala sbt

Scanning a HUGE JSON file for deserializable data in Scala

Get the companion object instance of a inner modul with the Scala reflection API

scala reflection

Immutable classes and traits?

scala

get method of hashmap is not returning null

scala

F-Bounded polymorphism with abstract types in Scala

Scala pattern match infers `Any` instead of an existential type, breaks type safety?

scala types

Scala: Importing implicit conversions in all subpackages of some package

Gradle, IntelliJ and ScalaTest plugin: suddenly broken

How do I tell ScalaTest to run a class annotated with DoNotDiscover?

scala scalatest