Interface BaseObject.ChildrenTracking

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

@FunctionalInterface protected static interface BaseObject.ChildrenTracking
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    replace(Object oldDelegate, Object newDelegate)
     
  • Method Details

    • replace

      boolean replace(Object oldDelegate, Object newDelegate)