Class AbstractNegatable<T>

java.lang.Object
org.jboss.arquillian.graphene.wait.AbstractNegatable<T>
All Implemented Interfaces:
Negatable<T>
Direct Known Subclasses:
AttributeBuilderImpl, ElementBuilderImpl, IsNotAttributeBuilderImpl, IsNotElementBuilderImpl, NotStringMatcherImpl

public abstract class AbstractNegatable<T> extends Object implements Negatable<T>
Author:
Jan Papousek
  • Constructor Details

    • AbstractNegatable

      public AbstractNegatable()
  • Method Details

    • not

      public T not()
      Specified by:
      not in interface Negatable<T>
    • getNegation

      protected final boolean getNegation()
    • setNegation

      protected final void setNegation(boolean negation)
    • copy

      protected abstract T copy()