Search code examples
What does Cats Effect's IO.suspend function really do?...


scalafunctional-programmingscala-catscats-effect

Read More
Using scala cats to check combination of non-empty fields...


scalascala-cats

Read More
List[Try[T]] to Try[List[T]] in Scala...


scalafunctional-programmingscalazscala-cats

Read More
Scala, PureConfig - how to read json config file?...


scalascala-catscircepureconfig

Read More
mutable.Map deep merge...


scaladictionarycollectionsscalazscala-cats

Read More
Converting an `Option[A]` to an Ok() or NotFound() inside an Http4s API...


scalascala-catshttp4stagless-final

Read More
Mutate implicit "Context" parameter...


scalaakkaslickakka-httpscala-cats

Read More
How can I run an Async IO operation that doesn't block the main thread but throws an exception i...


scalascala-cats

Read More
Effectful update of Ref/MVar...


scalaconcurrencyfunctional-programmingscala-cats

Read More
MVar fairness guarantees?...


scalaconcurrencyfunctional-programmingscala-cats

Read More
scala cats traverse for list...


scalaimplicitscala-cats

Read More
Shorthand for map traverse reduce...


scalafunctional-programmingscala-cats

Read More
Confused about cats-effect Async.memoize...


scalascala-catscats-effect

Read More
Generate apply methods creating a class...


scalafunctional-programmingscala-catsscala-macroscompanion-object

Read More
Any trick to fold and map Applicative at once...


scalascala-cats

Read More
Different monads in for comprehension...


scalascala-catsmonad-transformersmonix

Read More
cats' NonEmptyList vs scala stdlib ::...


scalascala-cats

Read More
How to return empty Vector as a result of Task?...


scalataskscala-catszio

Read More
How to fold on list of WriterT in cats...


scalascala-catswriter-monad

Read More
Running queries in parallel in Doobie...


scalafunctional-programmingscala-catsdoobie

Read More
Mapping over a sequence of Futures using cats Nested?...


scalascala-cats

Read More
remove the filtered line from the file using scala fs2 file streaming...


scalascala-catsfs2scala-streams

Read More
Transform Future[A] to Future[Try[A]] or EitherT[Future, Throwable, A]...


scalascala-cats

Read More
Zip two EitherT[Future, _, _] in parallel with cats...


scalascala-cats

Read More
Why does Semigroup has an Option type and behave like a neutral element in Monoid?...


scalascala-catsmonoidssemigroup

Read More
value is not a member of type parameter F[]...


scalamonadsfunctorscala-cats

Read More
How to traverse List[IO] to execute everything and collect all errors?...


scalascala-catscats-effect

Read More
How to compiler find the right implicit?...


scalafunctional-programmingscala-catstype-level-computation

Read More
Achieving Ad hoc polymorphism at function parameter level (mixing parameters of different type)...


scalapolymorphismtypeclassimplicitscala-cats

Read More
Scala singleton objects and implicit resolution...


scalafunctional-programmingscala-catscats-effect

Read More
BackNext