public static class Filter.GreaterThan extends Filter.Default implements Filter, java.util.function.Predicate<Object>
Filter.Contains, Filter.Default, Filter.EndsWith, Filter.Equals, Filter.GreaterThan, Filter.LessThan, Filter.NotEquals, Filter.Range, Filter.StartsWith| Constructor and Description |
|---|
GreaterThan(String property,
Object value) |
GreaterThan(String property,
Object value,
boolean including) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getValue() |
boolean |
isIncluding() |
void |
setIncluding(boolean value) |
boolean |
test(Object other) |
getProperty, setProperty, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProperty, getStringFilter, setProperty, setValueand, isEqual, negate, orpublic Long getValue()
getValue in interface FiltergetValue in class Filter.Defaultpublic boolean isIncluding()
public void setIncluding(boolean value)
public boolean test(Object other)
test in interface java.util.function.Predicate<Object>Copyright © 2018. All rights reserved.