- Type Parameters:
T
- The return type
- All Superinterfaces:
- AppiumFunction<WebDriver,T>, org.openqa.selenium.support.ui.ExpectedCondition<T>, java.util.function.Function<WebDriver,T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ExpectedCondition<T>
extends org.openqa.selenium.support.ui.ExpectedCondition<T>, AppiumFunction<WebDriver,T>
This is extended version of ExpectedCondition
. It is combined
with Function
.