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