Interface ConditionsObject<T>

Type Parameters:
T - type of the object
All Known Implementing Classes:
AbstractObjectConditions, BaseObjectListConditions, DynamicIntegerConditionsImpl, IntegerConditionsImpl, IntegerListConditionsImpl, RectangleConditionsImpl, RectangleListConditionsImpl, StringConditionsImpl, StringListConditionsImpl, WebElementConditions

public interface ConditionsObject<T>
Wrap object inside a condition.
  • Method Summary

    Modifier and Type
    Method
    Description
    T
    Get the actual object.
  • Method Details

    • getActualObject

      T getActualObject()
      Get the actual object.
      Returns:
      actual object on which conditions are performed.