A 3-tuple. More...
Instance Methods | |
(T1) | - item1 |
Gets the first item in the tuple. More... | |
(T2) | - item2 |
Gets the second item in the tuple. More... | |
(T3) | - item3 |
Gets the third item in the tuple. More... | |
Class Methods | |
(FMLiveSwitchTriple *) | + tripleWithItem1:item2:item3: |
Initializes a new instance of the FMLiveSwitchTriple`3 class. More... | |
Protected Attributes | |
__pad0__: NSObject- (instancetype) initWithItem1:(T1)item1 item2:(T2)item2 item3:(T3)item3 | |
A 3-tuple.
- (T1) item1 |
Gets the first item in the tuple.
- (T2) item2 |
Gets the second item in the tuple.
- (T3) item3 |
Gets the third item in the tuple.
+ (FMLiveSwitchTriple*) tripleWithItem1: | (T1) | item1 | |
item2: | (T2) | item2 | |
item3: | (T3) | item3 | |
Initializes a new instance of the FMLiveSwitchTriple`3 class.
item1 | First item the tuple holds. |
item2 | Second item the tuple holds. |
item3 | Third item the tuple holds. |
|
protected |