Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Restrict Scala type to be one of a set of types

scala generics

Strange type error after "inlining" a val

scala shapeless

Out of memory error when writing out spark dataframes to parquet format

Difference between a map and udf

scala apache-spark udf

Skolemization of existentially typed expressions

scala existential-type

Avoiding redundant generic parameters in Scala

scala scala-generics

Spark RDD- map vs mapPartitions

buildt.sbt: exclude dependencies from dependsOn submodule

scala build dependencies sbt

Difference between type inference of method and class type parameters in pattern matching

Scala 2D Animation library [closed]

scala animation java-2d

How to declare scala method so that it can be called from Java using varargs style

Does Scala offer functionality similar to Pretty Print in Python?

scala pprint

Scala: Find the DTD declaration in a file

xml scala dtd

How do I convert a Java byte array into a Scala byte array?

java scala bytearray

What is the difference between scala @Serializable and Java Serializable?

Java API interface

java scala javadoc

Combining Akka, Spray, and embedded Jetty

scala jetty akka

Applicative instance for a tuple with monoid and function inside

What's the recommended way to pass the results of macro computations to run-time?

sql scala macros compilation

how does work scalaz.Validation loopSuccess and loopFailure

scala scalaz scalaz7