Uses of Class
io.vavr.test.Property.ForAll1
-
Packages that use Property.ForAll1 Package Description io.vavr.test A property check framework built around Property which integrates well with unit test frameworks like junit. -
-
Uses of Property.ForAll1 in io.vavr.test
Methods in io.vavr.test that return Property.ForAll1 Modifier and Type Method Description <T1> Property.ForAll1<T1>
Property. forAll(Arbitrary<T1> a1)
Returns a logical for all quantor of 1 given variables.
-