Interface Factory<T>

    • Method Detail

      • create

        T create()
        Create a new object.
        Returns:
        a new object
        Throws:
        FunctorException - (runtime) if the factory cannot create an object