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 Summary

    Modifier and Type
    Method
    Description
    void
    set(T value)
    Sets the value for the variable.
  • Method Details

    • set

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