public interface Visitor
| Modifier and Type | Method and Description | 
|---|---|
Predicate | 
visit(AndPredicate predicate,
     Indexes indexes)  | 
Predicate | 
visit(NotPredicate predicate,
     Indexes indexes)  | 
Predicate | 
visit(OrPredicate predicate,
     Indexes indexes)  | 
Predicate visit(AndPredicate predicate, Indexes indexes)
Predicate visit(OrPredicate predicate, Indexes indexes)
Predicate visit(NotPredicate predicate, Indexes indexes)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.