Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Monad Transformer stacks in Scala

scala stack state monads either

Gentle Intro to Haskell: " .... there is no single type that contains both 2 and 'b'." Can I not make such a type ?

scala haskell

How to efficiently check that two Options is defined?

scala scala-option

Scala shorthand for ending a stream?

scala

Why exactly does akka need immutable messages

Writing to HBase in a Spark job: a conundrum with existential types

Scala for-comprehension for orElse instead of flatMap

scala for-comprehension

Implicit parameter and ClassTag

scala scala-2.10

slick filter or where no longer support logical operations?

Interesting behaviour with infix notation

scala

What's the difference between these two ways to declare functions?

scala

Scala unit testing stdin/stdout

Moving an element to the front of a list in Scala

scala turn List of Strings to a key/value map

scala scala-collections

java.lang.Integer cannot be cast to java.lang.Byte error with Any type in Scala

scala types

How to read a continuously updated log file in scala

scala

expression evaluator in scala (with maybe placeholders?)

regex scala

Gatling 2 dynamic queryParam on each request

scala testing load

why yield can not work with while loop in scala

scala yield-keyword

How can I pipe the output of an Akka Streams Merge to another Flow?

scala stream akka