Class BaseObjectListConditions<T, C extends Conditions<T>>

java.lang.Object
io.fluentlenium.core.conditions.BaseObjectListConditions<T, C>
Type Parameters:
T - type of underlying object in the list
C - type of conditions
All Implemented Interfaces:
ConditionsObject<List<T>>
Direct Known Subclasses:
IntegerListConditionsImpl, RectangleListConditionsImpl, StringListConditionsImpl

public class BaseObjectListConditions<T,C extends Conditions<T>> extends Object implements ConditionsObject<List<T>>
Base condition for list of objects