Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Java/Scala Bounded Generics and type inference mismatch

java scala generics

K / Kestrel Combinator for monads?

Context bounds for type members or how to defer implicit resolution until member instantiation

scala implicit type-members

How to check I'm inside a @specialized function or class at runtime in scala?

IDEA 15 cannot resolve build.sbt after create SBT project

scala intellij-idea sbt

Scala object reference with reflection

scala reflection

How to deal with Reader[A, Future[B]]

scala scalaz

Modify element(s) in a list where a condition is true

How to extract character n-grams based on a large text

scala apache-spark

Scala reflection with Serialization (over Spark) - Symbols not serializable

Converting a Heterogeneous List to and from Json in Play for Scala

json scala playframework

How can I apply a macro annotation to a case class with a context bound?

duplicate package objects in main and test

scala sbt

Did I just break JVM type safety by using Jackson JSON deserialisation?

How to deprecate the companion object of a case class?

Dynamic Set Algebra on Spark

How to fix 413 HTTP Request entity too large

How to query on data frame where 1 field of StringType has json value in Spark SQL

What are the mandatory options for loading Excel file?

Is there a systematic way to discover which implicit defs are in scope, and which one is bound at a particular point?