Interface TrcValueSource<T>


public interface TrcValueSource<T>
This interface implements the method to read the value from a value source.
  • Method Summary

    Modifier and Type
    Method
    Description
    This method reads the value from the value source.
  • Method Details

    • getValue

      T getValue()
      This method reads the value from the value source.
      Returns:
      value.