T1
- 1st variable type of this for all quantorT2
- 2nd variable type of this for all quantorT3
- 3rd variable type of this for all quantorpublic static class Property.ForAll3<T1,T2,T3> extends Object
Modifier and Type | Method and Description |
---|---|
Property.Property3<T1,T2,T3> |
suchThat(CheckedFunction3<T1,T2,T3,Boolean> predicate)
Returns a checkable property that checks values of the 3 variables of this
ForAll quantor. |
public Property.Property3<T1,T2,T3> suchThat(CheckedFunction3<T1,T2,T3,Boolean> predicate)
ForAll
quantor.predicate
- A 3-ary predicateProperty3
of 3 variables.Copyright © 2017. All Rights Reserved.