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

com.haulmont.yarg.loaders.QueryLoaderPreprocessor Maven / Gradle / Ivy

package com.haulmont.yarg.loaders;

import com.haulmont.yarg.structure.ReportQuery;

import java.util.List;
import java.util.Map;
import java.util.function.BiFunction;

/**
 * The interface implementation should provides custom query preprocessing before data loading
 */
@FunctionalInterface
public interface QueryLoaderPreprocessor {

     List> preprocess(ReportQuery query, Map params,
                                          BiFunction, List>> consumer);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy