public interface Predicate
BindingContext and returns true if the
matches(BindingContext) operation is a success. It returns false otherwise.
Predicates can be used to determine if the traversed element (can be found on BindingContext)
matches some properties.Predicates| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(BindingContext context)
Returns true if the context is matching the predicate.
|
boolean matches(BindingContext context)
context - Binding information sourceCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.