T - type of conditionpublic interface Conditions<T>
| Modifier and Type | Method and Description |
|---|---|
Conditions<T> |
not()
Negates this condition object.
|
boolean |
verify(com.google.common.base.Predicate<T> predicate)
Check that the given predicate is verified against this condition object.
|
boolean verify(com.google.common.base.Predicate<T> predicate)
predicate - predicate to checkConditions<T> not()
Copyright © 2016 FluentLenium. All Rights Reserved.