Interface Var<T>

All Superinterfaces:
In<T>, Out<T>
All Known Implementing Classes:
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).

Author:
Daniel Sagenschneider
  • Method Summary

    Methods inherited from interface net.officefloor.plugin.variable.In

    get

    Methods inherited from interface net.officefloor.plugin.variable.Out

    set