Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Filtering a set of Either[x, y], with logging

Can I ignore invalid XML character using Scala's builtin xml handlers?

xml scala

Why this structural type bound does not work as expected?

scala structural-typing

How do I handle Hashtable nulls in Scala?

scala scala-java-interop

Parsing JSON and iterating through the object in Scala

json parsing scala iteration

Scala placeholder syntax

scala

Which Scala function to replace this procedural statement?

bind multiple objects in play framework 2.0 from a form

How to make a code thread safe in scala?

scala

What is the syntax for passing an array into a view, in the Play framework?

scala playframework

Scala List.contains(x) return false, but exists(_.== x) returns true

How to create an Akka Actor given the class name

scala akka

How to return multiple random elements from List scala

scala

Akka testing - sender is deadLetters

scala akka scalatest

Scala String split bizareness

string scala split

spark dataframe explode function error

Scala Currying and function literals

Why does c# need "var" identifier? [duplicate]

c# scala syntax

how to make this code functional?

scala ranges versus lists performance on large collections