Interface NestedChild

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 NestedChild
Interface looping nested children. Eg:- AbstractHtml#loopThroughAllNestedChildren
Since:
2.1.8
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • eachChild

      boolean eachChild(AbstractHtml child)
      Parameters:
      child -
      Returns:
      true to continue looping and false to break;
      Since:
      2.1.8