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 © 2016 Hazelcast, Inc.. All Rights Reserved.