Package net.avcompris.commons.query
Interface Filterings<T extends Filtering<U>,U extends Filtering.Field>
public interface Filterings<T extends Filtering<U>,U extends Filtering.Field>
-
Method Summary
Modifier and TypeMethodDescriptiondoesntContain(U field, String s) doesntContain(U field, Arg arg)
-
Method Details
-
parse
- Throws:
FilterSyntaxException
-
alwaysTrue
T alwaysTrue() -
alwaysFalse
T alwaysFalse() -
eq
-
neq
-
gt
-
gte
-
lt
-
lte
-
contains
-
doesntContain
-
eq
-
neq
-
contains
-
doesntContain
-
eq
-
neq
-
gt
-
gte
-
lt
-
lte
-
eq
-
neq
-
eq
-
neq
-
eq
-
gt
-
gte
-
lt
-
lte
-