Interface IIntermediateResultListener<E>

    • Method Detail

      • finished

        void finished()
        Declare that the future is finished. This method is only called for intermediate futures, i.e. when this method is called it is guaranteed that the intermediateResultAvailable method was called for all intermediate results before.
        Specified by:
        finished in interface IFunctionalIntermediateFinishedListener<E>