Interface ChildAccessor<T>

Type Parameters:
T - The type of the child to be accessed.
All Known Subinterfaces:
ChildAccessor.ChildProperty<T>

public interface ChildAccessor<T>
Provides an accessor for a child property.
  • Method Details

    • getChild

      T getChild()
      Retrieves the child from the child property.
      Returns:
      The child stored by the child property.