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

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

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

/**
 * Interface for "TRUE"-typed Filterings.
 */
public interface AlwaysTrue extends Filtering {

}