Interface DeltaQueue.DeltaMatcher

  • Enclosing class:
    DeltaQueue

    public static interface DeltaQueue.DeltaMatcher
    Interface for comparing two delta instances.
    • Method Detail

      • matches

        boolean matches​(DeltaQueue.Deltable deltable)
        Returns true if the specified delta matches some criteria.
        Parameters:
        deltable - Delta.
        Returns:
        true if the specified delta matches some criteria, false otherwise.