Interface GanttRowVisitConsumer<R,B>

Type Parameters:
R - the type of the GanttRow raw data
B - the type of the GanttBlock raw data
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 GanttRowVisitConsumer<R,B>
Functional interface to implement logic to execute during a Gantt tree visit
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(GanttRow<R,B> row)
     
  • Method Details