Interface Factory<T>


public interface Factory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • create

      T create()