se.l4.silo.query.Query Maven / Gradle / Ivy
The newest version!
package se.l4.silo.query;
/**
* Query builder.
*
* @author Andreas Holstenson
*
* @param
*/
public interface Query
{
/**
* Run this query and return the result.
*
* @return
*/
R run();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy