Interface Negatable<T>

All Known Subinterfaces:
AttributeBuilder<FLUENT>, IsNotAttributeBuilder<FLUENT>, IsNotElementBuilder<FLUENT>, NotStringMatcher<FLUENT>

public interface Negatable<T>
Author:
Jan Papousek
  • Method Summary

    Modifier and Type
    Method
    Description
    not()
    Negates all conditions produced by this condition builder.
  • Method Details

    • not

      T not()
      Negates all conditions produced by this condition builder.