NonEmptyForEachLaws

zio.prelude.laws.NonEmptyForEachLaws

Attributes

Graph
Supertypes
trait Covariant[[F[_]] =>> DeriveEqualNonEmptyForEach[F], Equal, Any]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def +[CapsF1 <: ([x[_]] =>> DeriveEqualNonEmptyForEach[x]), Caps1 <: (Equal), R1](that: Covariant[CapsF1, Caps1, R1]): Covariant[CapsF1, Caps1, R1]

Attributes

Inherited from:
Covariant

Concrete fields

lazy val laws: Covariant[[F[_]] =>> DeriveEqualNonEmptyForEach[F], Equal]

The set of all laws that instances of NonEmptyForEach must satisfy.

The set of all laws that instances of NonEmptyForEach must satisfy.

Attributes