Interface ManagerFactory<T>

All Known Implementing Classes:
CachingManagerFactory
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 ManagerFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Bowl bowl)
    Should not return null
  • Method Details

    • apply

      T apply(Bowl bowl) throws KettleException
      Should not return null
      Parameters:
      bowl - Bowl this manager should belong to.
      Returns:
      T Manager for this bowl.
      Throws:
      KettleException