Interface Injector<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void inject​(T value)
      Inject the given value.
      void uninject()
      Uninject the given value (in other words, cancel or undo a previous injection).
    • Method Detail

      • uninject

        void uninject()
        Uninject the given value (in other words, cancel or undo a previous injection). Only called after inject() has been called.