Interface TreeGroupFactory<T,S extends TreeGroup>

Type Parameters:
T - the type of tree items
S - the type of tree leafs
All Known Implementing Classes:
TestResultGroupFactory
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 TreeGroupFactory<T,S extends TreeGroup>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(S parent, String name, T item)
     
  • Method Details

    • create

      S create(S parent, String name, T item)