public interface PredicateVisitor<T>
Predicate
.Modifier and Type | Method and Description |
---|---|
T |
visit(CompoundPredicate predicate) |
T |
visit(LeafPredicate predicate) |
T visit(LeafPredicate predicate)
T visit(CompoundPredicate predicate)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.