Search code examples
Optional parse from stream with State monad...

scalascala-cats

Read More
Scala Cats State Monad...

scalascala-cats

Read More
How to properly use IO and OptionT in service layer in for-comprehension?...

scalafunctional-programmingscala-cats

Read More
How to write a doobie transaction when there's an IO stuck in the middle...

scalascala-catsdoobiecats-effect

Read More
Chaining a number of transitions with the state Monad...

scalascalazscala-catsstate-monadscalaz7

Read More
How to return Left item from Validated?...

scalascala-cats

Read More
Fork Join with generic monad scala?...

scalafunctional-programmingmonadsscalazscala-cats

Read More
Sangria GraphQL Schema with EitherT result...

scalaplayframeworkgraphqlscala-catssangria

Read More
Scala Cats: How do I convert a List[ValidatedNel[E, A]] to Ior[NonEmptyList[E], List[A]]?...

scalafunctional-programmingscala-cats

Read More
Cats Effect IO: Compose IO with Scala collections...

scalafunctional-programmingscala-catscats-effect

Read More
How can I separate a list of ADTs into its variants?...

scalafunctional-programmingscalazscala-cats

Read More
List[EitherT[Future, String, CustomObj]] => EitherT[Future, String, List[CustomObj]]...

scalascala-catseither

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

scalafunctional-programmingmonadsscala-cats

Read More
Unable to recover exception in Future in Scala...

scalascala-cats

Read More
Understanding IO monad...

scalafunctional-programmingscala-cats

Read More
How to figure out the functor for cats.Parallel?...

scalaintellij-ideaimplicitscala-cats

Read More
Scala - Is there a function to map Seq[A] => Seq[Either[Throwable, B]]?...

scalascalazscala-catsmap-functioneither

Read More
Generic method which works with RDD and Seq...

scalaapache-sparkscala-cats

Read More
Scala Cats EitherT and foreach...

scalascala-catseither

Read More
Scala cats OptionT: Convert Future[Option[A]] to Future[Either[B]]...

scalaplayframeworkscala-cats

Read More
In functional programming terms, what do you call something with an orElse or other fallback method?...

scalafunctional-programmingscala-catspartialfunction

Read More
Scala, for comprehensions and EitherT...

scalascala-cats

Read More
Scala Cats Validated with Parameterized Validation Result...

scalavalidationparameterizedscala-cats

Read More
How to go from a List[F[String]] to F[List[String]] using Scala and Cats?...

scalascala-cats

Read More
Lifting functions to monad transformers in Scala cats...

scalafunctional-programmingmonadsmonad-transformersscala-cats

Read More
traverse a string in cats/scalaz...

scalascalazscala-cats

Read More
Scala Cats: tail recursive tailRecM method for Monad Instance of Task[Validated[String,?]...

monadstail-recursionscala-catsmonixtagless-final

Read More
How to explicitly summon and use Functor for function...

scalascala-cats

Read More
How do I wrap exception of EitherT into left?...

scalascala-catscats-effect

Read More
Multiple futures that may fail - returning both successes and failures?...

scalaconcurrencyparallel-processingscalazscala-cats

Read More
BackNext