- Type Parameters:
F - The input type
T - The return type
- All Superinterfaces:
- java.util.function.Function<F,T>
- All Known Subinterfaces:
- ExpectedCondition<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 AppiumFunction<F,T>
extends com.google.common.base.Function<F,T>, java.util.function.Function<F,T>
This is extended version of Function. It is combined
with Function. It was designed in order to provide compatibility
with the Wait.