public interface InventoryPredicateVisitor
InventoryFilterPredicate visited.
When an implementation of this visitor is passed to an
InventoryFilterPredicate.accept(InventoryPredicateVisitor) method,
the visit method most applicable to that element is invoked.| 限定符和类型 | 方法和说明 |
|---|---|
void |
visit(InventoryPrefixPredicate inventoryPrefixPredicate)
Implement this method to add behaviour performed when
InventoryPrefixPredicate is visited. |
void visit(InventoryPrefixPredicate inventoryPrefixPredicate)
InventoryPrefixPredicate is visited.Copyright © 2021. All rights reserved.