Interface DeltaQueue.DeltaMatcher
-
- Enclosing class:
- DeltaQueue
public static interface DeltaQueue.DeltaMatcher
Interface for comparing two delta instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(DeltaQueue.Deltable deltable)
Returnstrue
if the specified delta matches some criteria.
-
-
-
Method Detail
-
matches
boolean matches(DeltaQueue.Deltable deltable)
Returnstrue
if the specified delta matches some criteria.- Parameters:
deltable
- Delta.- Returns:
true
if the specified delta matches some criteria,false
otherwise.
-
-