Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-cats

What is Store in scalaz

What is the diff between implicit def and implicit val?

scala scala-cats

Eagerly-evaluate-and-forget behavior for Cats Effect IO

scala scala-cats

Doobie transact over a list of ConnectionIO programs

scala scala-cats doobie

How can I validate Option values with Cats validation?

scala validation scala-cats

Doobie - lifting arbitrary effect into ConnectionIO

Value withFilter is not a member of Cats IO in for comprehension

scala scala-cats

Making multiple API calls in a functional way

Scala Cats State Monad

scala scala-cats

Recovering underlying Future into Cats' EitherT's Left?

scala scala-cats

Using functions as applicative functors/cartesians

scala scala-cats

Understanding IO monad

Converting a list of either to a cats ValidatedNel

scala scala-cats

How to stop execution in for-comprehension if Option is None using cats IO?

How to use cats and State Monad

What is the ? type?

scala scala-cats

How to use the free monad with Future[M[_]]

Convert Set to cats.data.NonEmptySet?

scala scala-cats

Convert List[Either[A, B]] to Either[List[A], List[B]]

scala scala-cats