Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Unmodifiable view of a mutable Scala collection

scala scala-collections

How to handle optional fields in JSON parsing in play 2.1

Good, idiomatic way to refactor out business logic from controllers

Scala copy case class with generic type

scala generics case-class

Nested implicit macros seems not working for type parameters?

scala macros

How to create an instance of type T at runtime with TypeTags

scala reflection

How can I use JMH for Scala benchmarks together with sbt?

scala sbt microbenchmark jmh

Wait for an unknown number of futures

scala future

How to run tests using a custom WebApplicationInitializer?

Are the head and tail of a Set guaranteed to be mutually exclusive?

Shapeless: generic lens parameterized by case class or field

scala scalaz shapeless lenses

Scala for loop and iterators

scala loops iterator

Why not make every Scala class a case class?

scala

Role of `?` when accessing environment variables in HOCON files

scala typesafe-config

Is .g8 directory necessary?

scala sbt giter8

Spark, Alternative to Fat Jar

Extract words from a string column in spark dataframe

Does Scala's Partial Function have a Java Equivalent?

java scala java-8

Warning Match may not be exhaustive

scala pattern-matching

How scalable is the Lift framework's comet/reverse ajax?