Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scalaz

How to get Future[\/[Throwable, T]] from several Future[\/[Throwable, T]]

scala scalaz

Can't find Traverse for sequencing Seq[ValidationNel[String, MyCaseClass]] => ValidationNel[String, Seq[MyCaseClass]]

Composing scalaz io effect objects

scala scalaz io-monad

Future[List[Option[List[Double]]] to Future[Option[List[List[Double]]] in Scalaz

scala scalaz

value unsafePerformSync is not a member of scalaz.concurrent.Task[String]

scala scalaz

Combining List, Future and Option in for-comprehension - scalaz

When to use monads from scalaz?

scala monads scalaz

Apply all filter functions to a value

How to compose functions that return Validation?

Convert List[ValidationNEL[String, Unit]] to ValidationNEL[String, Unit]

scala scalaz

Best way to write Scala methods signature dealing with exceptions

scala exception scalaz scalaz7

How do I declare a scala case class to be an instance of Scalaz's Semigroup?

scala scalaz scalaz7

Scala pipelines - DSL for building a DAG workflow

How to import identity operations in scalaz?

scala scalaz traits

Nice syntax for Validation in another monad