| Modifier and Type | Method and Description |
|---|---|
Property.Property2<T1,T2> |
suchThat(CheckedFunction2<T1,T2,Boolean> predicate)
Returns a checkable property that checks values of the 2 variables of this
ForAll quantor. |
public Property.Property2<T1,T2> suchThat(CheckedFunction2<T1,T2,Boolean> predicate)
ForAll quantor.predicate - A 2-ary predicateProperty2 of 2 variables.Copyright © 2021. All Rights Reserved.