trait ParallelInstances extends ParallelInstances1
- Alphabetic
- By Inheritance
- ParallelInstances
- ParallelInstances1
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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
-
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
-
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
-
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
-
def
catsStdNonEmptyParallelForZipList: Aux[List, ZipList]
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.0) Use cats.instances.list.catsStdNonEmptyParallelForListZipList
-
def
catsStdNonEmptyParallelForZipVector: Aux[Vector, ZipVector]
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.0) Use cats.instances.vector.catsStdNonEmptyParallelForVectorZipVector
-
def
catsStdParallelForZipStream: Aux[Stream, ZipStream]
- Annotations
- @deprecated
- Deprecated
(Since version 2.1.0) Use cats.instances.stream.catsStdParallelForStreamZipStream
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated