Interface IterableObjectSupport

All Known Subinterfaces:
Context
All Known Implementing Classes:
Context.Abst, Context.Simple

public interface IterableObjectSupport
  • Method Details

    • getCurrentIterationIndex

      Integer getCurrentIterationIndex()
    • getCurrentIteratedObject

      <T> T getCurrentIteratedObject()
    • setCurrentIterationResult

      void setCurrentIterationResult​(Object obj)
    • getCurrentIterationResult

      <T> T getCurrentIterationResult()