Interface CurrentContext<T extends InjectableContext.ContextState>

    • Method Detail

      • get

        T get()
        Returns:
        the current state
      • set

        void set​(T state)
        Sets the current state.
        Parameters:
        state -
      • remove

        void remove()
        Removes the current state.