Uses of Class
com.fizzed.crux.util.WaitFor.Progress
-
-
Uses of WaitFor.Progress in com.fizzed.crux.util
Method parameters in com.fizzed.crux.util with type arguments of type WaitFor.Progress Modifier and Type Method Description static WaitForWaitFor. of(java.util.function.Function<WaitFor.Progress,java.lang.Boolean> condition)static voidWaitFor. require(TimeDuration timeout, TimeDuration every, java.util.function.Function<WaitFor.Progress,java.lang.Boolean> condition)Constructor parameters in com.fizzed.crux.util with type arguments of type WaitFor.Progress Constructor Description WaitFor(java.util.function.Function<WaitFor.Progress,java.lang.Boolean> condition)
-