Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Debug Scala Macros with Intellij

scala macros intellij-idea

How to (re)define run on root project to launch aggregated Play (sub)project in sbt 0.13

scala sbt playframework-2.2

Scala mkString except the last one

scala enumerate punctuation

Is it possible to provide a custom pattern decomposition in Haskell?

tree represented as a tuple in scala

scala tuples binary-tree

Function composition dynamically

Creating Objects from type alias in Scala [duplicate]

scala typedef

Activator Active Stocks starter application fails to run with java.io.IOException?

Implementing List#flatten in Haskell

scala haskell

Cannot serialize LocalDate in Mongodb

java json mongodb scala

generate a tree in scala

scala data-structures tree

Akka FSM Goto within future

scala akka fsm

Adding code examples in scaladoc

scala scaladoc

Why does Scala have a case object?

scala

How to iterate records spark scala?

scala apache-spark avro

Correct way to work with two instances of Option together

How to find unique elements from list of tuples based on some elements using scala?

scala

What are the advantages of having a trait behind an object?

scala

Why does using the '~' operator in scala give me a negative value

scala logical-operators

Functions vs function pointers

scala