Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-1953

Redo ResultIteratorCallback to handle single row callback instead of iterator

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.0.M2
    • None
    • None

    Description

      ResultIteratorCallback created per CAY-1829 is not super convenient, as the implementor must handle iteration on its own. So replace

      void iterate(ResultIterator<T> iterator);

      with

      void next(T object);

      which will simplify the callback code.

      Attachments

        Activity

          People

            andrus Andrus Adamchik
            andrus Andrus Adamchik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: