ParallelTests

cats.laws.discipline.ParallelTests
See theParallelTests companion trait
object ParallelTests

Attributes

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

Members list

Type members

Types

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

Attributes

Source
ParallelTests.scala

Value members

Concrete methods

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

Attributes

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

Attributes

Source
ParallelTests.scala