Package com.kosdev.kos.ext.dispense
Interface AbstractHolderBuilder.BuilderIterator<T>
- All Known Implementing Classes:
AbstractHolderBuilder.ArrayBuilderIterator,AbstractHolderBuilder.ListBuilderIterator
- Enclosing class:
- AbstractHolderBuilder<T extends Holder>
public static interface AbstractHolderBuilder.BuilderIterator<T>
Iterate a value used during the build process. The iterator should be configured with
an initial value and advance to the next value on every call to
tick() .- Since:
- 1
- Version:
- 1
-
Method Summary
-
Method Details
-
getValue
T getValue()Return the current iterator value.- Since:
- 1
-
tick
void tick()Advance the iterator state to the next value.- Since:
- 1
-