Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Equals for case class with floating point fields

scala hashcode case-class

A bigger loop in Scala

Strange (?) for comprehension evaluation in Scala

Testing scala Play (2.2.1) controllers with CSRF protection

How to understand the two sentences about "Covariance" and "Contravariance"?

scala type-systems

How to batch process functions with Scala Future's?

scala future

Providing a JsonFormat for a Sequence of Objects

json scala spray spray-json

How to import Play framework as a dependency in Scala project

Bash: Split a file in linux in 10 pieces only by blank lines

linux bash file scala split

Scala Function Composition

scala function

How to write clear code with logging?

Trimming byte array when converting byte array to string in Java/Scala

java string scala bytearray

standard specialization of Either where type of Left and Right is the same

scala haskell types

Future Recursion Patterns/Future Chaining of arbitrary length

scala recursion akka future

case class to json (partial) conversion

json scala playframework

How to convert two consecutive elements from List to entries in Map?

scala

In what scenario does self-type annotation provide behavior not possible with extends

Pattern match a List of case classes in Scala

Higher order functions that don't take any parameters being resolved

Write generic code in scala without inheritance hierarchy

scala generics