Interface Out<T>

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

    public interface Out<T>
    Provides output to set a variable.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • set

        void set​(T value)
        Sets the value for the variable.
        Parameters:
        value - Value for the variable.