Interface IContextValueProvider<N,V,E extends Exception>

All Known Subinterfaces:
INamedValueProvider<V,E>

public interface IContextValueProvider<N,V,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(N name)
     
  • Method Details

    • getValue

      V getValue(N name) throws E
      Throws:
      E extends Exception