Interface Factory<T>


  • public interface Factory<T>
    An object which produces another object.
    Author:
    David M. Lloyd
    See Also:
    Supplier
    • Method Detail

      • create

        T create()
        Create the object.
        Returns:
        the object