Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

FS2: is it possible to complete Queue gracefully?

scala fs2

Scala - Collection comparison - Why is Set(1) == ListSet(1)?

Scala implicit def do not work if the def name is toString

scala implicit

Handling and throwing Exceptions in Scala

scala

How to instantiate a materializer for AkkaStreams when I have a reference to the typed actor system?

Decode case class, String or Int in circe

json scala circe

scala - Getting a read-only sublist view of a List

list scala iterator

Merging elements in a scala list

algorithm scala

Double variable argument list

How to define a parameterless constructor in Scala

scala scala-2.8

Scala Option's collect method doesn't like my PartialFunction

How to define anything that extends this trait

scala scala-2.8

What are Scala <:<, =:= and <%< classes for? [duplicate]

scala

How to invoke a method taking String * with elements of Array[String]

scala

Scala List.updated

Why is a return statement required to allow this while statement to be evaluated properly?

scala

How to return a "primitive Java char" from Scala?

java scala char

Cannot compile file in Scala

scala

How to set a do-nothing handler to a by-name parameter?

scala pass-by-name

In Scala, can I implicitly convert only certain literals to my custom type?