Interface ExperimentRunCallback


public interface ExperimentRunCallback
A callback to be executed with an ExperimentResult whenever an experiment is run.
  • Method Summary

    Modifier and Type
    Method
    Description
    <ValueType>
    void
    onRun(Experiment<ValueType> experiment, ExperimentResult<ValueType> experimentResult)
    A callback to be executed with an ExperimentResult whenever an experiment is run.