Uses of Interface
de.mhus.lib.core.lang.Checker
-
Packages that use Checker Package Description de.mhus.lib.core -
-
Uses of Checker in de.mhus.lib.core
Methods in de.mhus.lib.core with parameters of type Checker Modifier and Type Method Description static voidMThread. waitFor(Checker checker, long timeout)Wait for the checker to return true or throw an TimeoutRuntimeException on timeout.static voidMThread. waitForWithException(Checker checker, long timeout)Wait for the checker to return true or throw an TimeoutRuntimeException on timeout.
-