NonEmptyParallelTests

cats.laws.discipline.NonEmptyParallelTests$
See theNonEmptyParallelTests companion trait

Attributes

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

Members list

Concise view

Type members

Types

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

Value members

Concrete methods

def apply[M[_]](implicit ev: NonEmptyParallel[M]): Aux[M, F]
def apply[M[_], F0[_]](implicit ev: Aux[M, F0], D: DummyImplicit): Aux[M, F0]