zio.test.laws.ZLawsF.Invariant
See theInvariant companion object
abstract class Invariant[
-CapsF[
_[
_]],
-Caps[
_],
-R]
ZLawsF
for invariant type constructors.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
-
Self type
-
Members list
Test that values of type F[+_]
satisfy the laws using the specified function to construct a generator of F[A]
values given a generator of A
values.
Test that values of type F[+_]
satisfy the laws using the specified function to construct a generator of F[A]
values given a generator of A
values.
Attributes
Combine these laws with the specified laws to produce a set of laws that require both sets of laws to be satisfied.
Combine these laws with the specified laws to produce a set of laws that require both sets of laws to be satisfied.
Attributes