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

net.avcompris.commons.query.And Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
package net.avcompris.commons.query;

/**
 * Interface for "AND"-typed Filterings.
 */
public interface And extends Filtering {

	Filtering[] getArgs();
}