@CompileStatic
interface ConstraintPredicate<T>
Minimal predicate interface used by matching constraints.
T - the tested type| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract boolean |
apply(T a)Tests the supplied value. |