SelfDescribing
And
, HasProperty
, HasPropertyWithValue
, HasToString
, IsAnything
, IsArrayContaining
, IsCloseTo
, IsCollectionContaining
, IsCompatibleType
, IsEqual
, IsEventFrom
, IsGreaterThan
, IsIn
, IsInstanceOf
, IsLessThan
, IsMapContaining
, IsNot
, IsNothing
, IsNull
, IsSame
, Or
, StringContains
, StringEndsWith
, StringStartsWith
, SubstringConstraint
public interface Constraint extends SelfDescribing
Modifier and Type | Method | Description |
---|---|---|
boolean |
eval(java.lang.Object o) |
Evaluates the constraint for argument o.
|
describeTo