Class Property.Property8<T1,T2,T3,T4,T5,T6,T7,T8>
java.lang.Object
io.vavr.test.Property.Property8<T1,T2,T3,T4,T5,T6,T7,T8>
- All Implemented Interfaces:
Checkable
- Enclosing class:
Property
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final CheckedFunction8<T1, T2, T3, T4, T5, T6, T7, T8, Property.Condition> Fields inherited from interface Checkable
DEFAULT_SIZE, DEFAULT_TRIES, RNG -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
a1
-
a2
-
a3
-
a4
-
a5
-
a6
-
a7
-
a8
-
predicate
-
-
Constructor Details
-
Property8
-
-
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
-