[Groovy] Interface ConstraintPredicate<T>
@CompileStatic interface ConstraintPredicate<T>
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
abstract boolean |
apply(T a) |
Method Detail
abstract boolean apply(T a)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/macro/matcher/internal/ConstraintPredicate.html