Interface IModelObjectDeltaVisitor

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IModelObjectDeltaVisitor
Visitor to visit a model object delta.
Author:
Jan Ortmann
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Visits the given model object delta.
  • Method Details

    • visit

      boolean visit(IModelObjectDelta delta)
      Visits the given model object delta.
      Parameters:
      delta - The delta to visit
      Returns:
      true if the delta's children should be visited; false if they should be skipped.