Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

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

What are Scala's future platform concerns people should be prepared for?

java .net scala jvm llvm

Scala - get list of bound variables?

scala variables

.pop() equivalent in scala

scala

Scala macros: What is the difference between typed (aka typechecked) and untyped Trees

Compare scala.xml.Elem object in unit test

xml scala junit

Java8 JS Nashorn convert array to Java array

How do I get an instance of the type class associated with a context bound?

Can scala splat be used for anything that isn't a varargs?

scala splat unroll

When to use Partially Applied Functions [closed]