Interface IIteratingSearchOperation

All Superinterfaces:
ISearchOperation
All Known Implementing Classes:
GenericTypeCheck, GenericTypeExtend, GenericTypeExtendSingleValue

public interface IIteratingSearchOperation extends ISearchOperation
Denotes a ISearchOperation which involves iterating over an instances of an IInputKey
Since:
1.4
  • Method Details

    • getIteratedInputKey

      IInputKey getIteratedInputKey()
      Get the IInputKey which instances this operation iterates upon.