Search code examples
Scala type system, cannot find common ancestor inline...


scalascala-catsmockito-scala

Read More
How to enforce F[_] to be an instance of Monad...


scalafunctional-programmingscala-cats

Read More
Why are there two parameter groups in cats Bifunctor[F[_, _]].bimap function?...


scalafunctional-programmingscala-cats

Read More
Can cats.effect.IO be sequenced, ie is it in the Traverse typeclass?...


scalascala-cats

Read More
How use guave cache loader in F polymorphic code...


scalascala-catshttp4scats-effect

Read More
Cats instances for Some and None et al...


scalatypeclassscala-catssubtyping

Read More
Scala-Cats: Validating Map's entries...


scalavalidationscala-cats

Read More
How to transform Option[A] to Either[String, B] in Scala with Cats?...


scalascala-cats

Read More
Effectful service can not find context-bound implicit monad instance...


scalafunctional-programmingmonadsscala-catsside-effects

Read More
Problem with Cats FlatMap in my Tagless Final class...


scalascala-catstagless-final

Read More
Convert EitherT[Future, A, Future[B]] to EitherT[Future, A, B]...


scalascala-cats

Read More
Are there any triple equals === methods outside of Cats in Scala?...


scalaequalsscalazscala-catstriple-equals

Read More
Implicits resolution with Scala-cats...


scalamonadsimplicitscala-catsfor-comprehension

Read More
`java.lang.NoSuchMethodError: cats.FlatMap.map2` in runtime when using `.sequence`...


scalascala-cats

Read More
Type-safe usage of Java reflection in Scala...


scalareflectionscala-macrosscala-cats

Read More
Collecting data from all tasks executed on monix Scheduler...


scalascala-catsmonixcats-effect

Read More
Where is the implicit value for parameter P: cats.Parallel[cats.effect.IO,F]...


scalascala-cats

Read More
What is the extra _ in this code sample from the Scala with Cats book?...


scalafunctional-programmingscala-cats

Read More
Flatten List[Either[A, B]] to List[B] like List[Option[B]] to List[B]...


scalaflattenscala-catseither

Read More
Conditional state monad expressions...


scalascala-catsstate-monad

Read More
How to call Await.ready for function returning EitherT[Future,Failure,Result]...


scalascalazscala-cats

Read More
EitherT: Call function returning Either only if a certain condition is true (otherwise return right)...


scalaconditional-statementsmonad-transformersscala-catseither

Read More
How to transform F[Either[A, B]] to Either[F[A], F[B]]...


scalascala-cats

Read More
How to implement automatic conversion from type class to interface syntax (Cats example)...


scalaimplicit-conversiontypeclassimplicitscala-cats

Read More
IO Monad vs Reader Monad...


scalazscala-catscats-effectzio

Read More
How to create cats IO monad from cats State...


scalascala-catscats-effect

Read More
How to implement if-else logic with Cats IO monad?...


scalascala-cats

Read More
Converting from Task[Either[A, Task[B]]] to Task[Either[A, B]]...


scalascala-catsside-effectsmonix

Read More
Return final result from nested for-comprehensions processing stacked State and IO monads...


scalafunctional-programmingmonadsscala-cats

Read More
Scalaz |-> counterpart in Cats...


scalascalazscala-cats

Read More
BackNext