Interface RetryablePersistTaskIterable<A,T>
- All Superinterfaces:
PersistTask<A,,Iterable<T>> PersistTaskIterable<A,,T> RetryablePersistTask<A,Iterable<T>>
public interface RetryablePersistTaskIterable<A,T>
extends PersistTaskIterable<A,T>, RetryablePersistTask<A,Iterable<T>>
-
Field Summary
Fields inherited from interface ch.tocco.nice2.persist.core.api.exec.RetryablePersistTask
DEFAULT_RETRIES -
Method Summary
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, run, skipErrors, unwrapMethods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTaskIterable
filter, find, flatMap, forEach, get, get, get, getOnlyElement, getOnlyElement, getOnlyElement, mapMethods inherited from interface ch.tocco.nice2.persist.core.api.exec.RetryablePersistTask
maxRetries