public interface Filter extends java.util.function.Predicate<Object>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Filter.Contains |
static class |
Filter.Default |
static class |
Filter.EndsWith |
static class |
Filter.Equals |
static class |
Filter.GreaterThan |
static class |
Filter.LessThan |
static class |
Filter.NotEquals |
static class |
Filter.Range |
static class |
Filter.StartsWith |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty() |
static Filter |
getStringFilter(String field,
String value) |
Object |
getValue() |
void |
setProperty(String property) |
void |
setValue(Object value) |
and, isEqual, negate, or, testCopyright © 2018. All rights reserved.