Package dev.comfast.util.waiter
Class Waiter
java.lang.Object
dev.comfast.util.waiter.Waiter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Waiter
public Waiter(long timeoutMs) -
Waiter
-
-
Method Details
-
waitFor
Repeat the action till it ends without exception.- Throws:
WaitTimeout- with detailed information about Exceptions happen
-
waitFor
Repeat the action till it ends without exception.- Returns:
- action result
- Throws:
WaitTimeout- with detailed information about Exceptions happen
-
waitForValue
Repeat the action till it returns truthy value.Ignores any Exception during subsequent tries.
- Throws:
WaitTimeout- with detailed information about Exceptions happen
-