| Package | Description |
|---|---|
| org.hobbit.controller.utils |
| Modifier and Type | Method and Description |
|---|---|
static void |
Waiting.waitFor(ExceptionBooleanSupplier checkSupplier,
long interval)
Waits until the given function returns
true while executing
repeatedly after the given amount of time. |
static void |
Waiting.waitFor(ExceptionBooleanSupplier checkSupplier,
long interval,
long maxWaitingTime)
Waits until the given function returns
true while executing
repeatedly after the given amount of time or terminates with throwing an
InterruptedException when the given maximum waiting time has been
reached. |
Copyright © 2017–2018. All rights reserved.