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
    ProgressBarBuilder getProgressBarBuilder()  
    java.util.Iterator<T> iterator()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator