Package org.awaitility.core
Interface Condition<T>
- All Known Implementing Classes:
AbstractHamcrestCondition,AssertionCondition,CallableCondition,CallableHamcrestCondition
public interface Condition<T>
-
Method Summary
-
Method Details
-
await
T await()Await for the condition to complete
- Returns:
- The awaited object.
-