Class ProgressBarWrappedIterable<T>
java.lang.Object
com.auto.framework.runner.console.progressbar.wrapped.ProgressBarWrappedIterable<T>
- All Implemented Interfaces:
java.lang.Iterable<T>
public class ProgressBarWrappedIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
-
Constructor Summary
Constructors Constructor Description ProgressBarWrappedIterable(java.lang.Iterable<T> underlying, ProgressBarBuilder pbb) -
Method Summary
Modifier and Type Method Description ProgressBarBuildergetProgressBarBuilder()java.util.Iterator<T>iterator()
-
Constructor Details
-
Method Details
-
getProgressBarBuilder
-
iterator
- Specified by:
iteratorin interfacejava.lang.Iterable<T>
-