Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Missing par method from Scala collections

spark [dataframe].write.option("mode","overwrite").saveAsTable("foo") fails with 'already exists' if foo exists

Scala XML serialization

xml serialization scala

Scala closure context

scala groovy closures

Scala methods ending in _=

scala scala-2.8

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