Search code examples
Scala merge two maps with different value type...


scalafunctional-programmingscala-cats

Read More
Mapping a Many-to-Many Releationship Using Doobie...


postgresqlscalascala-catsdoobie

Read More
Using monad transformers change expression result...


scalafunctional-programmingscala-catsmonad-transformers

Read More
Make F[_] implementing Monad trait while accepting IO...


scalatypeclassimplicitscala-catscats-effect

Read More
Scala with cats exercise Data validation on Kleisli, why my code fails fast instead of accumulating ...


scalafunctional-programmingscala-catszio

Read More
Cats auto derived with Seq...


scalatypeclassimplicitscala-catsgeneric-derivation

Read More
Sequence and Traverse in Cats Scala to map a types...


scalatypessequencescala-catsapplicative

Read More
Complex monad transformer for IO monad...


scalafunctional-programmingmonadsscala-catscats-effect

Read More
How to reduce Seq[Either[A,B]] to Either[A,Seq[B]]?...


scalafunctional-programmingscalazscala-cats

Read More
How monoids generalize over types...


scalafunctional-programmingscala-cats

Read More
Race condition caused by mvar...


scalaconcurrencyscala-catscats-effect

Read More
How to implement fluent interface for scala subtypes?...


scalascala-catszio

Read More
Scala cats, traverse Seq...


scalatraversalscala-cats

Read More
fs2.Stream hangs on taking twice...


scalafunctional-programmingscala-catscats-effectfs2

Read More
Akka Http and Circe, how to serialize entities wrapped in the tagless final approach (Cats Effect)...


scalascala-catscats-effect

Read More
How to reduce Seq of functions that return Either with short circuit behavior?...


scalascala-cats

Read More
How to compose an effect with an Http4s HttpRoutes?...


scalascala-catsziohttp4s

Read More
parMapN that finishes even when one program encounters an error...


scalascala-catsio-monad

Read More
missing Cats Functor[Future] instance...


scalafuturemonad-transformersscala-cats

Read More
Converting a Scala Iterable[T] to an Option[Iterable[S]], populated if ALL the T are instances of S?...


scalacastingscala-collectionsscala-cats

Read More
Compose stream of effects for http response...


scalascala-catscats-effecthttp4sfs2

Read More
Akka HTTP Route Handling...


scalajwtakkaakka-httpscala-cats

Read More
What does suffix -al convey in Semigroupal in contrast to Semigroup?...


scalaterminologyscala-cats

Read More
How to make EitherT[Future, String, Int] from Future[Either[String, Int]] with cats?...


scalafunctional-programmingscala-cats

Read More
Scala, Circe, Json - how to remove parent node from json?...


jsonscalascala-catscirce

Read More
Use cases Semigroupal and Apply in Scala Cats...


scalafunctional-programmingscala-cats

Read More
Why is import cats.implicits._ no longer necessary for importing type class instances?...


scalaimporttypeclassimplicitscala-cats

Read More
value sequence is not a member of cats.Applicative[F]...


scalascalazscala-cats

Read More
Making sense of Scala FP Libraries...


scalafunctional-programmingscala-catscats-effectzio

Read More
Scala, Circe - how to check if json contains keys with different values?...


jsonscalascala-catscirce

Read More
BackNext