Interface In<T>

All Known Subinterfaces:
Var<T>
All Known Implementing Classes:
MockVar

public interface In<T>
Provides input to retrieve variable value.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Retrieves the value for the variable.
  • Method Details

    • get

      T get()
      Retrieves the value for the variable.
      Returns:
      Value for the variable.