public class ModelProperty<T>
extends java.lang.Object
implements java.util.function.Predicate<T>
| Modifier and Type | Field and Description |
|---|---|
private java.util.function.Predicate<T> |
pred |
| Constructor and Description |
|---|
ModelProperty() |
ModelProperty(java.util.function.Predicate<T> pred) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t) |