Interface RepeatContext<T>

Type Parameters:
T - Application context type
All Superinterfaces:
IterationContext<T>
All Known Implementing Classes:
DefaultContext

public interface RepeatContext<T> extends IterationContext<T>
Context provided to repeat predicate Repeat.onlyIf(java.util.function.Predicate) and the repeat callback Repeat.doOnRepeat(java.util.function.Consumer).