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

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

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

/**
 * Interface for "NOT"-typed Filterings.
 */
public interface Not extends Filtering {

	Filtering getArg();
}