Class Property.Property3<T1,T2,T3>
java.lang.Object
io.vavr.test.Property.Property3<T1,T2,T3>
- All Implemented Interfaces:
Checkable
- Enclosing class:
Property
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final CheckedFunction3<T1, T2, T3, Property.Condition> Fields inherited from interface Checkable
DEFAULT_SIZE, DEFAULT_TRIES, RNG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionChecks this property.Returns an implication which composes this Property as pre-condition and a given post-condition.
-
Field Details
-
name
-
a1
-
a2
-
a3
-
predicate
-
-
Constructor Details
-
Property3
-
-
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
-