Interface Negatable<T>
- All Known Subinterfaces:
AttributeBuilder<FLUENT>,IsNotAttributeBuilder<FLUENT>,IsNotElementBuilder<FLUENT>,NotStringMatcher<FLUENT>
public interface Negatable<T>
- Author:
- Jan Papousek
-
Method Summary
-
Method Details
-
not
T not()Negates all conditions produced by this condition builder.
-