net.avcompris.commons.query.Comparison Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avc-commons3-query Show documentation
Show all versions of avc-commons3-query Show documentation
Common classes for avc-commons3 queries and filtering.
package net.avcompris.commons.query;
import javax.annotation.Nullable;
/**
* Interface for "EQ", "NEQ", "LT", etc.-typed
* Filterings.
*/
public interface Comparison extends Filtering {
U getField();
@Nullable
Object getArg();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy