Interface FactoryPools.Factory<T>

  • Type Parameters:
    T - The type of Object that will be created.
    Enclosing class:
    FactoryPools

    public static interface FactoryPools.Factory<T>
    Creates new instances of the given type.
    • Method Detail

      • create

        T create()