public class Repeater extends Object
| Constructor and Description |
|---|
Repeater() |
| Modifier and Type | Method and Description |
|---|---|
Repeater |
delay(Duration dur) |
static Repeater |
repeat() |
boolean |
until(de.pfabulist.unchecked.functiontypes.SupplierE<Boolean,Exception> f) |
<T,E> Optional<T> |
untilNoThrow(Class<E> clazz,
de.pfabulist.unchecked.functiontypes.SupplierE<T,Exception> f) |
Repeater |
upto(int upto) |
Copyright © 2016. All rights reserved.