NonEmptyParallel

cats.NonEmptyParallel$
See theNonEmptyParallel companion trait

Attributes

Companion:
trait
Source:
Parallel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Aux[M[_], F0[_]] = NonEmptyParallel[M] { type F = F0; }

Attributes

Source:
Parallel.scala

Value members

Concrete methods

def apply[M[_], F[_]](implicit P: Aux[M, F]): Aux[M, F]

Attributes

Source:
Parallel.scala
def apply[M[_]](implicit P: NonEmptyParallel[M], D: DummyImplicit): Aux[M, F]

Attributes

Source:
Parallel.scala

Implicits

Implicits

implicit def catsParallelForEitherValidated[E : Semigroup]: Aux[[_] =>> Either[E, _$11], [_] =>> Validated[E, _$12]]

Attributes

Source:
Parallel.scala

Deprecated and Inherited implicits