D I O R T 
All Classes All Packages

D

doWithRepeat(int) - Method in interface io.github.repeat.RepeatCallback
method to be repeated by RepeatOperations

I

io.github.repeat - package io.github.repeat
 

O

of() - Static method in class io.github.repeat.Repeat
Creates a new RepeatContext.

R

repeat(RepeatCallback<T, E>) - Method in class io.github.repeat.RepeatContext
execute the RepeatCallback using a RepeatTemplate
repeat(RepeatCallback<T, E>, int) - Method in interface io.github.repeat.RepeatOperations
repats RepeatCallback a defined amount of times and returns the results.
repeat(RepeatCallback<T, E>, int) - Method in class io.github.repeat.RepeatTemplate
 
Repeat - Class in io.github.repeat
API to create a new instance of RepeatContext.
RepeatCallback<T,​E extends Throwable> - Interface in io.github.repeat
Functional Interface to wrap repeat methods for RepeatOperations.
RepeatContext - Class in io.github.repeat
API for configuring and executing a RepeatCallback with a RepeatTemplate
RepeatContext() - Constructor for class io.github.repeat.RepeatContext
 
RepeatOperations - Interface in io.github.repeat
Repeats RepeatCallbacks a defined amount of times
RepeatTemplate - Class in io.github.repeat
Repeats RepeatCallbacks a defined amount of times
RepeatTemplate() - Constructor for class io.github.repeat.RepeatTemplate
 

T

times(int) - Method in class io.github.repeat.RepeatContext
set the number of times to execute the RepeatCallback.
D I O R T 
All Classes All Packages