All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.allurefw.report.Aggregator Maven / Gradle / Ivy

The newest version!
package org.allurefw.report;

import org.allurefw.report.entity.TestCaseResult;

import java.util.function.BiConsumer;
import java.util.function.BinaryOperator;
import java.util.function.Function;
import java.util.function.Supplier;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 04.03.16
 */
public interface Aggregator {

    Supplier supplier();

    BinaryOperator combiner();

    BiConsumer accumulator();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy