Class Property.Property7<T1,T2,T3,T4,T5,T6,T7>
java.lang.Object
io.vavr.test.Property.Property7<T1,T2,T3,T4,T5,T6,T7>
- All Implemented Interfaces:
Checkable
- Enclosing class:
Property
-
Method Details
-
implies
-
check
Description copied from interface:CheckableChecks this property.- Specified by:
checkin interfaceCheckable- Parameters:
random- An implementation ofRandom.size- A (not necessarily positive) size hint.tries- A non-negative number of tries to falsify the given property.- Returns:
- A CheckResult
-