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

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

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

/**
 * Interface for "OR"-typed Filterings.
 */
public interface Or extends Filtering {

	Filtering[] getArgs();
}