se.l4.silo.query.QueryRunner Maven / Gradle / Ivy
The newest version!
package se.l4.silo.query;
import java.util.function.Function;
/**
* Receiver of query operations from a {@link Query}.
*
* @author Andreas Holstenson
*
* @param
*/
public interface QueryRunner
{
/**
* Query and fetch results matching.
*
* @param data
* @return
*/
QueryFetchResult fetchResults(Object data, Function, R> resultCreator);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy