Package io.github.repeat
Interface RepeatCallback<T,E extends Throwable>
-
- Type Parameters:
T- return typeE- exceptions
public interface RepeatCallback<T,E extends Throwable>Functional Interface to wrap repeat methods for RepeatOperations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TdoWithRepeat(int index)method to be repeated by RepeatOperations
-