zio.test.laws.GenF2
See theGenF2 companion object
A GenF
knows how to construct a generator of F[A,B]
values given a generator of A
and generator of B
values. For example, a GenF2
of Function1
values knows how to generate functions A => B with elements given a generator of elements of that type B
.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article