Modifier and Type | Method and Description |
---|---|
Property.Property1<T1> |
suchThat(CheckedFunction1<T1,Boolean> predicate)
Returns a checkable property that checks values of the 1 variables of this
ForAll quantor. |
public Property.Property1<T1> suchThat(CheckedFunction1<T1,Boolean> predicate)
ForAll
quantor.predicate
- A 1-ary predicateProperty1
of 1 variables.Copyright © 2017. All Rights Reserved.