In<T>
Out<T>
MockVar
public interface Var<T> extends Out<T>, In<T>
Represents a variable.
Typically only the Out and Val should be used. This allows to obtain the variable value and update it (effectively mutation of the variable).
Out
Val
get
set