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

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

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

/**
 * Interface for "FALSE"-typed Filterings.
 */
public interface AlwaysFalse extends Filtering {

}