Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is there a way to make Gradle Scala Plugin work correctly?

scala gradle gradle-scala

What is the Scala equivalent of the `this` operator in Java?

java scala this

Spark - How to make a map serializable

scala apache-spark

Apache Spark Dataframe How to turn off partial aggregation when using groupBy?

JUnit Theories and Scala

scala testing junit

Multipart form-data request with sttp - Scala HTTP client

scala

Results encoding in Scala Worksheet Eclipse plugin

Why isn't scala.util.Success.apply infinitely recursive?

scala recursion try-catch

transform rdd into pairRDD

scala apache-spark

Scaldi dependency injection and Akka Actors

How to build a Phantom CassandraConnection from datastax ClusterBuilder

scala phantom-dsl

private[foo] apply to any foo based package?

scala scope package

How do I get an object's type and pass it along to asInstanceOf in Scala?

scala scala-2.10

How to define Scala API for Kafka Streams as dependency in build.sbt?

how to iterate a list to create to Map?

scala

Getting MirroredElemLabels from Mirror

Catch Exceptions that are thrown on map function in Spark

scala apache-spark rdd

Is there are way to create a generic class with a trait or mixin that is a subtype of the type parameter

calculate co-occurrence terms with spark using scala

scala apache-spark

How to split a String by "-" only when the following character is a digit and the previous one is a letter? Java/Scala

java regex string scala split