Optional parse from stream with State monad...
Read MoreHow to properly use IO and OptionT in service layer in for-comprehension?...
Read MoreHow to write a doobie transaction when there's an IO stuck in the middle...
Read MoreChaining a number of transitions with the state Monad...
Read MoreHow to return Left item from Validated?...
Read MoreFork Join with generic monad scala?...
Read MoreSangria GraphQL Schema with EitherT result...
Read MoreScala Cats: How do I convert a List[ValidatedNel[E, A]] to Ior[NonEmptyList[E], List[A]]?...
Read MoreCats Effect IO: Compose IO with Scala collections...
Read MoreHow can I separate a list of ADTs into its variants?...
Read MoreList[EitherT[Future, String, CustomObj]] => EitherT[Future, String, List[CustomObj]]...
Read MoreHow to stop execution in for-comprehension if Option is None using cats IO?...
Read MoreUnable to recover exception in Future in Scala...
Read MoreHow to figure out the functor for cats.Parallel?...
Read MoreScala - Is there a function to map Seq[A] => Seq[Either[Throwable, B]]?...
Read MoreGeneric method which works with RDD and Seq...
Read MoreScala cats OptionT: Convert Future[Option[A]] to Future[Either[B]]...
Read MoreIn functional programming terms, what do you call something with an orElse or other fallback method?...
Read MoreScala, for comprehensions and EitherT...
Read MoreScala Cats Validated with Parameterized Validation Result...
Read MoreHow to go from a List[F[String]] to F[List[String]] using Scala and Cats?...
Read MoreLifting functions to monad transformers in Scala cats...
Read MoreScala Cats: tail recursive tailRecM method for Monad Instance of Task[Validated[String,?]...
Read MoreHow to explicitly summon and use Functor for function...
Read MoreHow do I wrap exception of EitherT into left?...
Read MoreMultiple futures that may fail - returning both successes and failures?...
Read More