Class Underscore.MyIterable<T>
java.lang.Object
com.github.underscore.Underscore.MyIterable<T>
- All Implemented Interfaces:
Iterable<T>
- Enclosing class:
Underscore<T>
-
Field Details
-
unaryOperator
-
firstRun
private boolean firstRun -
value
-
-
Constructor Details
-
MyIterable
MyIterable(T seed, UnaryOperator<T> unaryOperator)
-
-
Method Details
-
iterator
-