Interface TreeLeafFactory<T,S extends TreeGroup,U extends TreeLeaf>

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

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

    • create

      U create(S parent, T item)