Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

scala thread safe HashSet

scala

Is foldRight equivalent to foldLeft given a noncommutative associative operation?

scala fold equivalent

How to pass an object to a method in Scala

scala methods singleton

Spark: sum over list containing None and Some()?

scala apache-spark

C# equivalent of Scala List's Zip with Index?

c# scala

Is it possible to curry the other way around in Scala?

When are Scala objects garbage collected?

scala garbage-collection

Possible to code generic return types in Scala similar to C++ templates?

scala scala-2.8

How do I get the runtime Class of a parameterized Type in a Scala trait

scala

is it possible to have a circular dependency between .java and .scala classes?

How to pattern match on Scala's parser combinator result

scala parser-combinators

How would I implement a fixed size List in Scala?

scala

How to stay true to functional style in Scala for expressions

Generic type unification: multiple parameters (T,T) vs. multiple parameter lists (T)(T)?

generics scala

Scala pattern match default guards

scala pattern-matching

Subtyping and type parameters in Scala

scala generics variance

Vector or MutableList / ListBuffer for performance

QuickSort Traditional vs Functional Style What Causes This Difference?

scala

Use of Scala by-name parameters

scala pass-by-name

ScalaMock mocking a trait gives "MockFunction1 cannot be cast to StubFunction1"

scala scalamock