public interface PredicateReplaceVisitor extends PredicateVisitor<Optional<Predicate>>
PredicateVisitor
to replace Predicate
.Modifier and Type | Method and Description |
---|---|
default Optional<Predicate> |
visit(CompoundPredicate predicate) |
visit
default Optional<Predicate> visit(CompoundPredicate predicate)
visit
in interface PredicateVisitor<Optional<Predicate>>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.