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