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