All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cats.instances.parallel.scala Maven / Gradle / Ivy

The newest version!
package cats
package instances

import cats.data._
import cats.kernel.Semigroup

private[instances] trait ParallelInstances1 {
  @deprecated("Use EitherT.catsDataParallelForEitherTWithSequentialEffect", "2.0.0")
  def catsParallelForEitherTNestedValidated[M[_]: Monad, E: Semigroup]
    : Parallel.Aux[EitherT[M, E, *], Nested[M, Validated[E, *], *]] =
    EitherT.catsDataParallelForEitherTWithSequentialEffect
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy