Package org.burningwave.graph
Interface IterableObjectSupport
- All Known Subinterfaces:
Context
- All Known Implementing Classes:
Context.Abst,Context.Simple
public interface IterableObjectSupport
-
Method Summary
Modifier and TypeMethodDescription<T> T<T> Tvoid
-
Method Details
-
getCurrentIterationIndex
Integer getCurrentIterationIndex() -
getCurrentIteratedObject
<T> T getCurrentIteratedObject() -
setCurrentIterationResult
-
getCurrentIterationResult
<T> T getCurrentIterationResult()
-