A 1-tuple. More...
Instance Methods | |
| (T) | - item |
| Gets the item in the tuple. More... | |
Class Methods | |
| (FMLiveSwitchUnit *) | + unitWithItem: |
| Initializes a new instance of the FMLiveSwitchUnit`1 class. More... | |
Protected Attributes | |
| __pad0__: NSObject- (instancetype) initWithItem:(T)item | |
A 1-tuple.
| - T item |
Gets the item in the tuple.
| + (FMLiveSwitchUnit*) unitWithItem: | (T) | item |
Initializes a new instance of the FMLiveSwitchUnit`1 class.
| item | The item to hold. |
|
protected |