Interface Factory<T>


  • public interface Factory<T>
    • Method Detail

      • create

        T create()