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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • create

      T create()