Class AbstractApplicableFactoryRegistry<I,O,E extends Exception,F extends IRegisterableFactory<I,O,E>>

All Implemented Interfaces:
Iterable<F>, IMutableObjectCollection<F>, IObjectCollection<F>, IObjectCollectionReceiver<F>, IObjectIterable<F>, IApplicableRegistry<I,F>

public abstract class AbstractApplicableFactoryRegistry<I,O,E extends Exception,F extends IRegisterableFactory<I,O,E>> extends AbstractApplicableRegistry<I,F>
  • Constructor Details

    • AbstractApplicableFactoryRegistry

      public AbstractApplicableFactoryRegistry(F defaultFactory)