Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to mock spray-client response

Scala Tuple to String (using mkString)

scala

Pattern matching with shapeless coproduct

Possible to change the package name when generating client code

scala swagger-editor

Why does Iterator have a contains method but Iterable does not, in Scala 2.8?

Sized generators in scalacheck

scala scalacheck

Confused about Scala method calling conventions, specifically the sum function on Seq

scala implicit parentheses

comparing Scala lists with Java lists

How to write function simulating while loop in Scala

function scala while-loop

Calculating prime numbers in Scala: how does this code work?

scala stream primes

Difference between map and foreach method in Scala? [duplicate]

scala

what's different between <:< and <: in scala

scala types implicit

Read values from config in Scala

file scala

Slick 3 Transactions

scala slick

Scala FiniteDuration from String

scala duration

Circe instances for encoding/decoding sealed trait instances of arity 0?

scala circe

Akka Actors: Need an example to understand some basics

scala concurrency actor akka

When imperative style fits better?

How to return null from a generic function in Scala?

scala generics null

In scala, how to turn object's values into Map[String, String]?

scala