Uses of Class
io.vavr.test.Property.Property8
-
Packages that use Property.Property8 Package Description io.vavr.test A property check framework built around Property which integrates well with unit test frameworks like junit. -
-
Uses of Property.Property8 in io.vavr.test
Methods in io.vavr.test that return Property.Property8 Modifier and Type Method Description Property.Property8<T1,T2,T3,T4,T5,T6,T7,T8>
Property.ForAll8. suchThat(CheckedFunction8<T1,T2,T3,T4,T5,T6,T7,T8,java.lang.Boolean> predicate)
Returns a checkable property that checks values of the 8 variables of thisForAll
quantor.
-