Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Proper way to construct Option object: Option(value) vs Some(value)

scala scala-option

Scala convert Option[T] to String

scala

Can SBT publish to JFrog artifactory

scala sbt artifactory

Monitoring a closed graph Akka Stream

scala akka-stream

java.lang.NoClassDefFoundError: scala/reflect/api/TypeCreator

Is there a way to have optional fields in a Circe decoder?

scala circe

Spark scala data frame udf returning rows

Recursive overloading semantics in the Scala REPL - JVM languages

When are threads created for Scala actor's reacts?

scala

Selection sort in functional Scala

Scala equivalent to Haskell monads

Scala implicit type conversion and ==

scala type-conversion

Calling a protected static Java method from Scala

scala scala-java-interop

What is Scala's cheapest type?

scala types

Scala val has to be guarded with synchronized for concurrent access?

Argument type of anonymous function

Why is zipWithIndex implemented in Iterable and not Traversable?

scala

Scala type constraints doesn't allow null

scala types null

scala case object pollution

scala enums namespaces

What is Event Driven Concurrency?