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.Modifier and Type | Method and Description |
---|---|
void |
visit(InventoryPrefixPredicate inventoryPrefixPredicate)
Implement this method to add behaviour performed when
InventoryPrefixPredicate is visited. |
void visit(InventoryPrefixPredicate inventoryPrefixPredicate)
InventoryPrefixPredicate
is visited.Copyright © 2018. All rights reserved.