Interface IApplicableRegistry<I,O extends IApplicable<I>>

All Known Implementing Classes:
AbstractApplicableFactoryRegistry, AbstractApplicableRegistry

public interface IApplicableRegistry<I,O extends IApplicable<I>>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(O... applicable)
     
    get(I context)
     
  • Method Details

    • get

      O get(I context)
    • add

      void add(O... applicable)