Interface ResultProcessor

  • All Superinterfaces:
    AutoCloseable, Closeable

    public interface ResultProcessor
    extends Closeable
    Interface for processing results as they complete. Callers must invoke Closeable.close() after all trials have been processed.

    Implementations must have a public no argument constructor.

    • Method Detail

      • processTrial

        void processTrial​(Trial trial)