Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Using Free with a non-functor in Scalaz

How to provide a codec to the SaveAsSequenceFile method in Spark?

java scala hadoop apache-spark

Scala: Return multiple data types from function

scala

scala: how to avoid mutation?

scala mutation

Using Scala's Either, Right and Left from Java

java scala

(Scala) How to extend apply methods from an abstract class?

scala

Flink Table/SQL API: modify rowtime attribute after session window aggregation

How do I handle dynamically-sized lists of controls in Play 2.0?

scala playframework-2.0

select query fails on large dataset i sqlcontext

scala apache-spark

Static testing for Scala

testing scala static-typing

Confusion regarding working of protected[some_scope] and inheritance in scala

Akka framework (Scala) - Agents to store large complex state

scala state actor akka agents

Spark Get only columns that have one or more null values

Self-type annotation hinders instantiation of inner class. Why?

How do I get Scala BigDecimal to display a large number of digits?

scala

Is there a trait for "update", similar to Function1 for apply?