Packages

t

cats.instances

ParallelInstances

trait ParallelInstances extends ParallelInstances1

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParallelInstances
  2. ParallelInstances1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Deprecated Value Members

  1. def catsParallelForEitherTNestedParallelValidated[M[_], E](implicit arg0: kernel.Semigroup[E], P: Parallel[M]): Aux[[γ$5$]EitherT[M, E, γ$5$], [γ$6$]Nested[Parallel.F, [β$4$]Validated[E, β$4$], γ$6$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use EitherT.catsDataParallelForEitherTWithParallelEffect

  2. def catsParallelForEitherTNestedValidated[M[_], E](implicit arg0: Monad[M], arg1: kernel.Semigroup[E]): Aux[[γ$1$]EitherT[M, E, γ$1$], [γ$2$]Nested[M, [β$0$]Validated[E, β$0$], γ$2$]]
    Definition Classes
    ParallelInstances1
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use EitherT.catsDataParallelForEitherTWithSequentialEffect

  3. def catsParallelForEitherValidated[E](implicit arg0: kernel.Semigroup[E]): Aux[[β$0$]Either[E, β$0$], [β$1$]Validated[E, β$1$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use cats.instances.either.catsParallelForEitherAndValidated

  4. def catsParallelForOptionTNestedOption[M[_]](implicit P: Parallel[M]): Aux[[β$2$]OptionT[M, β$2$], [γ$3$]Nested[Parallel.F, Option, γ$3$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use OptionT.catsDataParallelForOptionT

  5. def catsStdNonEmptyParallelForZipList: Aux[List, ZipList]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use cats.instances.list.catsStdNonEmptyParallelForListZipList

  6. def catsStdNonEmptyParallelForZipVector: Aux[Vector, ZipVector]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use cats.instances.vector.catsStdNonEmptyParallelForVectorZipVector

  7. def catsStdParallelForZipStream: Aux[Stream, ZipStream]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use cats.instances.stream.catsStdParallelForStreamZipStream