Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Using Scala to cut up a large CSV file

scala file-io csv scala-2.8

Scala String format named parameters (Winner: Ugliest Code)

How to type a tuple of any length but only having options in scala 3

scala scala-3

In Scala, is it possible to simultaneously extend a library and have a default conversion?

scala

Why can I mark methods as implicit but not the constructor?

Restrict Constructor Access

oop scala

How do you know what messages you can send to actor?

scala akka actor

recursively convert Map[Int, Map[Int, X]] to Array[Array[X]]

Minimum RAM for a simple Play application

Using an "or" operator with an Int in Scala

scala

How to Conditionally Produce JSON Using JSON4S

json scala lift-json

Concatenating sets contained within a set of objects, functionally in scala

scala scala-collections

Get kafka record timestamp from kafka message

scala apache-kafka

Why does an exception thrown in Try.recover not break execution flow?

scala exception

Scala string formatting

scala

Scala list find minimum difference of elements

scala

trait implementation

scala traits