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 Detail

      • get

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