Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

scala coalesces multiple function call parameters into a Tuple -- can this be disabled?

Can I "pimp my library" with an analogue of TraversableLike.map that has nicely variant types?

Example of using scalaz Monad

scala monads scalaz

Using lift-json, is there an easy way to extract and traverse a list?

json list scala lift

Implementing methods having raw types in Scala

What are the reasons and/or benefits Scala can compare incompatible objects?

scala comparison

Map from Class[T] to T without casting

scala

Short for String.format in Scala

string scala

How to find students with the best grades in a list?

scala list-comprehension

What instance of CanBuildFrom does the Scala compiler find out?

scala implicit

Does it make any sense to use pattern matching in Scala with really simple cases?

Constraining Higher-Kinded Types in Scala

scala types

Iterating over the lines of a file

scala io iterator

How to validate parameters in a functional way?

Why can't I access a variable declared in a class, which implements a Java interface, from Scala?

java scala interface scope

Why does sbt give "object scalacheck is not a member of package org" after successful scalacheck resolve?

scala sbt scalacheck

How can I add new methods to a library object?

scala enrich-my-library

Filtering a List based on Optional Parameter Values

scala

slick & scala : What are TableQueries? [closed]

scala slick

Cake pattern w/ akka: Providing implicit actorSystem to several layers

scala akka cake-pattern