Interface DeltaQueue.DeltaMatcher
- Enclosing class:
- DeltaQueue
public static interface DeltaQueue.DeltaMatcher
Interface for comparing two delta instances.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(DeltaQueue.Deltable deltable) Returnstrue
if the specified delta matches some criteria.
-
Method Details
-
matches
Returnstrue
if the specified delta matches some criteria.- Parameters:
deltable
- Delta.- Returns:
true
if the specified delta matches some criteria,false
otherwise.
-