parallel

object parallel extends ParallelInstances
trait ParallelInstances1
class Object
trait Matchable
class Any

Value members

Deprecated and Inherited methods

@deprecated("Use EitherT.catsDataParallelForEitherTWithParallelEffect", "2.0.0")
def catsParallelForEitherTNestedParallelValidated[M[_], E](`evidence$2`: Semigroup[E], P: Parallel[M]): Aux[[_] =>> EitherT[M, E, _$7], [_] =>> Nested[F, [_] =>> Validated[E, _$8], _$9]]
Deprecated
Inherited from
ParallelInstances
@deprecated("Use EitherT.catsDataParallelForEitherTWithSequentialEffect", "2.0.0")
def catsParallelForEitherTNestedValidated[M[_], E](`evidence$1`: Monad[M], `evidence$2`: Semigroup[E]): Aux[[_] =>> EitherT[M, E, _$2], [_] =>> Nested[M, [_] =>> Validated[E, _$3], _$4]]
Deprecated
Inherited from
ParallelInstances1
@deprecated("Use cats.instances.either.catsParallelForEitherAndValidated", "2.1.0")
def catsParallelForEitherValidated[E](`evidence$1`: Semigroup[E]): Aux[[_] =>> Either[E, _$1], [_] =>> Validated[E, _$2]]
Deprecated
Inherited from
ParallelInstances
@deprecated("Use OptionT.catsDataParallelForOptionT", "2.0.0")
def catsParallelForOptionTNestedOption[M[_]](P: Parallel[M]): Aux[[_] =>> OptionT[M, _$4], [_] =>> Nested[F, [A] =>> Option[A], _$5]]
Deprecated
Inherited from
ParallelInstances
@deprecated("Use cats.instances.list.catsStdNonEmptyParallelForListZipList", "2.1.0")
Deprecated
Inherited from
ParallelInstances
@deprecated("Use cats.instances.vector.catsStdNonEmptyParallelForVectorZipVector", "2.1.0")
Deprecated
Inherited from
ParallelInstances
@deprecated("Use cats.instances.lazyList.catsStdParallelForLazyListZipLazyList", "2.1.0")
def catsStdParallelForZipLazyList[A]: Aux[LazyList, [A] =>> ZipLazyList[A]]
Deprecated
Inherited from
ParallelInstances
@deprecated("Use catsStdParallelForZipLazyList", "2.0.0-RC2")
def catsStdParallelForZipStream: Aux[Stream, [A] =>> ZipStream[A]]
Deprecated
Inherited from
ParallelInstances