A mutable 1-tuple. More...
Public Member Functions | |
| T | getItem () |
| Gets the first item in the tuple. More... | |
| MutableUnit (T item) | |
| Initializes a new instance of the fm.liveswitch.MutableUnit class. More... | |
| void | setItem (T value) |
| Sets the first item in the tuple. More... | |
A mutable 1-tuple.
| fm.liveswitch.MutableUnit< T >.MutableUnit | ( | T | item | ) |
Initializes a new instance of the fm.liveswitch.MutableUnit class.
| item | The item to hold. |
| T fm.liveswitch.MutableUnit< T >.getItem | ( | ) |
Gets the first item in the tuple.
| void fm.liveswitch.MutableUnit< T >.setItem | ( | T | value | ) |
Sets the first item in the tuple.