|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.pageobjects.elements.query.Queries
public final class Queries
Utilities to create and manipulate timed queries
| Method Summary | ||
|---|---|---|
static
|
forSupplier(Timeouts timeouts,
com.google.common.base.Supplier<T> supplier)
Returns a timed query, with current evaluation is based on a value provided by given supplier. |
|
static
|
forSupplier(Timeouts timeouts,
com.google.common.base.Supplier<T> supplier,
TimeoutType timeoutType)
Returns a timed query, with current evaluation is based on a value provided by given supplier. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> TimedQuery<T> forSupplier(Timeouts timeouts,
com.google.common.base.Supplier<T> supplier)
timeouts - an instance of timeouts to use for configured the new conditionsupplier - supplier of the query evaluation
public static <T> TimedQuery<T> forSupplier(Timeouts timeouts,
com.google.common.base.Supplier<T> supplier,
TimeoutType timeoutType)
timeouts - an instance of timeouts to use for configured the new conditionsupplier - supplier of the query evaluationtimeoutType - timeout type for the resulting query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||