- All Implemented Interfaces:
Predicate<T>
A property to be used in
ModelData
.
May optionally validate incoming values.
- See Also:
-
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
ModelProperty
public ModelProperty()
-
-
Method Details
-
test
public boolean test(T value)
- Specified by:
test
in interface Predicate<T>