Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts 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

how to concatenate option in scala

scala

How do I use "not rlike" in spark-sql?

Count the number of non-null values in a Spark DataFrame

Write/store dataframe in text file

scala apache-spark

Scala way to remove duplicate in an Array

scala

Comparing two versions in a functional manner in Scala?

scala