Package com.palantir.common.base
Class AbstractBatchingVisitable.ConsistentVisitor<T,K extends Exception>
- java.lang.Object
-
- com.palantir.common.base.AbstractBatchingVisitable.ConsistentVisitor<T,K>
-
- All Implemented Interfaces:
AbortingVisitor<List<T>,K>
- Enclosing class:
- AbstractBatchingVisitable<T>
protected static final class AbstractBatchingVisitable.ConsistentVisitor<T,K extends Exception> extends Object implements AbortingVisitor<List<T>,K>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
visit(List<T> list)
Returns true if more items should be visited.boolean
visitOne(T t)
-