Interface ChildrenAccessor<T>

Type Parameters:
T - The type of the children to be accessed.
All Known Subinterfaces:
ChildrenAccessor.ChildrenProperty<T>

public interface ChildrenAccessor<T>
Provides an accessor for a children property.
  • Method Details

    • getChildren

      T getChildren()
      Retrieves the children from the children property.
      Returns:
      The children stored by the children property.