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

se.l4.silo.search.SortingQueryBuilder Maven / Gradle / Ivy

The newest version!
package se.l4.silo.search;


public interface SortingQueryBuilder
{
	void setReceiver(Receiver configReceiver);

	Parent ascending();

	Parent descending();

	interface Receiver
	{
		Parent apply(boolean ascending, Object params);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy