Uses of Interface
io.github.repeat.RepeatCallback
-
-
Uses of RepeatCallback in io.github.repeat
Methods in io.github.repeat with parameters of type RepeatCallback Modifier and Type Method Description <T,E extends Throwable>
List<T>RepeatContext. repeat(RepeatCallback<T,E> repeatCallback)execute the RepeatCallback using a RepeatTemplate<T,E extends Throwable>
List<T>RepeatOperations. repeat(RepeatCallback<T,E> repeatCallback, int times)repats RepeatCallback a defined amount of times and returns the results.<T,E extends Throwable>
List<T>RepeatTemplate. repeat(RepeatCallback<T,E> repeatCallback, int times)
-