Interface DeltaQueue.DeltaMatcher
- Enclosing class:
- DeltaQueue
public static interface DeltaQueue.DeltaMatcher
Interface for comparing two delta instances.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(DeltaQueue.Deltable deltable) Returnstrueif the specified delta matches some criteria.
-
Method Details
-
matches
Returnstrueif the specified delta matches some criteria.- Parameters:
deltable- Delta.- Returns:
trueif the specified delta matches some criteria,falseotherwise.
-