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