Package io.fluentlenium.core.conditions
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
-
Method Details
-
getActualObject
T getActualObject()Get the actual object.- Returns:
- actual object on which conditions are performed.
-