ParallelLaws

cats.laws.ParallelLaws
See theParallelLaws companion trait
object ParallelLaws

Attributes

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

Members list

Type members

Types

type Aux[M[_], F0[_]] = ParallelLaws[M] { type F = F0; Unsupported[Not supported type in refinement AppliedType(TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class )),object cats),Parallel),type Aux),List(TypeRef(NoPrefix,type M), TypeRef(NoPrefix,type F0)))]; }

Attributes

Source
ParallelLaws.scala

Value members

Concrete methods

def apply[M[_]](implicit ev: Parallel[M]): Aux[M, ev.F]

Attributes

Source
ParallelLaws.scala
def apply[M[_], F[_]](implicit ev: Aux[M, F], D: DummyImplicit): Aux[M, F]

Attributes

Source
ParallelLaws.scala