Search code examples
Transform JSON tree to other format (XML, CSV etc.) recursively with circe...

jsonxmlscalascala-catscirce

Read More
how to return either value or throw error in Scala...

scalascala-cats

Read More
How to pass implicit vals defined through package objects from Scala in Java...

javascalaimplicitscala-catsscala-java-interop

Read More
Why does Scala Cats use typeclasses instead of inheritance?...

scalainheritancefunctional-programmingtypeclassscala-cats

Read More
Scala FlatMap and Applicative context boundaries yield compile error...

scalafunctional-programmingscala-cats

Read More
Error conversion in Scala in a pure and safe way...

scalafunctional-programmingscala-catsthrowable

Read More
Scala Cats Lifting values into Monad Transformers...

scalascala-cats

Read More
Flatten nested Ior's with scala-cats...

scalafunctional-programmingscala-cats

Read More
value flatMap is not a member of type parameter F[Long] when using cats.effect...

scalascala-catscats-effect

Read More
Name of Bi - Functor type class with one contravariant and one covariant parameter...

scalahaskellfunctional-programmingtypeclassscala-cats

Read More
Transform a List of IO's into an IO of a List...

scalaiofunctional-programmingscala-cats

Read More
How can I validate Option values with Cats validation?...

scalavalidationscala-cats

Read More
How to attach effects to the F in Resource[F, A] without using A?...

scalascala-catscats-effect

Read More
Cats Validated with mapN...

scalascala-cats

Read More
How to add proper error handling to cats-effect's Resource...

scalafunctional-programmingscala-catscats-effect

Read More
scala cats ambiguous implicit values...

scalascala-catscats-effect

Read More
Convert Set to cats.data.NonEmptySet?...

scalascala-cats

Read More
How to use Scala Cats Validated the correct way?...

scalavalidationfunctorscala-cats

Read More
Running IO on background thread in scala cats...

multithreadingscalaconcurrencyscala-cats

Read More
What type to use in tests which require Concurrent and Timer type class instance?...

scalafunctional-programmingscala-cats

Read More
type mismatch; found : cats.Show[shapeless.CNil] required: cats.Show[A] after adding scalac option -...

scalasbtshapelessscala-catscats-effect

Read More
Does Scala's list form a monoid under the concatenation operator?...

scalafunctional-programmingscala-catsmonoids

Read More
How to apply sequence function to List of ValidatedNel in cats?...

scalaimplicitscala-cats

Read More
Validation of multiple ADTs with Scala Cats Validated...

scalavalidationfunctorapplicativescala-cats

Read More
what is the equivalent of fs2.Scheduler in fs2 (0.10.x) in newer versions...

scalascala-catsfs2cats-effect

Read More
ambiguous implicit values: match expected type cats.derived.MkShow[A]: show cats:kittens...

scalascala-cats

Read More
couldn't decode Object with field Type Map[String, String] using circe...

jsonscalascala-catscirce

Read More
How to map an Option inside a for comprehension with EitherT...

scalascala-cats

Read More
Getting around invariant result type in State...

scalafunctorscala-catsinvariance

Read More
Shouldn’t `EitherT` be covariant? Especially in the Left?...

scalafunctional-programmingscala-cats

Read More
BackNext