A mutable 1-tuple. More...
Instance Methods | |
| (T) | - item |
| Gets the first item in the tuple. More... | |
| (void) | - setItem: |
| Sets the first item in the tuple. More... | |
Class Methods | |
| (FMLiveSwitchMutableUnit *) | + mutableUnitWithItem: |
| Initializes a new instance of the FMLiveSwitchMutableUnit`1 class. More... | |
Protected Attributes | |
| __pad0__: NSObject- (instancetype) initWithItem:(T)item | |
A mutable 1-tuple.
| - T item |
Gets the first item in the tuple.
| + (FMLiveSwitchMutableUnit*) mutableUnitWithItem: | (T) | item |
Initializes a new instance of the FMLiveSwitchMutableUnit`1 class.
| item | The item to hold. |
| - (void) setItem: | (T) | value |
Sets the first item in the tuple.
|
protected |