public abstract class InventoryFilterPredicate extends Object implements Serializable
InventoryFilter
class.InventoryPrefixPredicate
,
Serialized FormConstructor and Description |
---|
InventoryFilterPredicate() |
Modifier and Type | Method and Description |
---|---|
abstract void |
accept(InventoryPredicateVisitor inventoryPredicateVisitor)
Helper method that accepts an implemenation of
InventoryPredicateVisitor
and invokes the most applicable visit method in the visitor. |
public abstract void accept(InventoryPredicateVisitor inventoryPredicateVisitor)
InventoryPredicateVisitor
and invokes the most applicable visit method in the visitor.