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

net.avcompris.commons.query.impl.AlwaysFalseProxy Maven / Gradle / Ivy

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

import static net.avcompris.commons.query.Filtering.Type.FALSE;

import net.avcompris.commons.query.AlwaysFalse;
import net.avcompris.commons.query.Filtering;

final class AlwaysFalseProxy, U extends Filtering.Field> extends AbstractAlwaysXxxProxy
		implements AlwaysFalse {

	public AlwaysFalseProxy(final Class filteringClass) {

		super(filteringClass, false);
	}

	@Override
	public Type getType() {

		return FALSE;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy