public static interface DeltaQueue.DeltaMatcher
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
matches(DeltaQueue.Deltable deltable) |
Returns
true if the specified delta matches some
criteria. |
boolean matches(DeltaQueue.Deltable deltable)
true if the specified delta matches some
criteria.deltable - Delta.true if the specified delta matches some
criteria, false otherwise.